Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] CSV File Import widget #3876

Merged
merged 4 commits into from
Jun 14, 2019
Merged

Conversation

ajdapretnar
Copy link
Contributor

@ajdapretnar ajdapretnar commented Jun 12, 2019

Issue

Widget for importing csv files.
Fixes #3875.

Description of changes

CSV File Import widget moved from Prototypes add-on to core Orange.

Includes
  • Code changes
  • Tests
  • Documentation

@ajdapretnar
Copy link
Contributor Author

Locally, the tests pass. 🤷‍♀

@ajdapretnar ajdapretnar changed the title CSV File Import widget [ENH] CSV File Import widget Jun 14, 2019
- *Categorical*: for discrete data types, e.g. (brown, green, blue)
- *Text*: for string data types, e.g. (John, Olivia, Mike, Jane)
- *Datetime*: for time variables, e.g. (1970-01-01)
- *Ignore*: do not output the column.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also add a:

4.) Right click on the row header to the left to mark a row as a header, skipped or a normal data row.

(This needs to be made clearer from the GUI also)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

@janezd janezd merged commit 0b4ebac into biolab:master Jun 14, 2019
@ales-erjavec ales-erjavec mentioned this pull request Jun 17, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSV with semicolon separated data and comma as decimal separator
3 participants