Skip to content

[ENH] CSV File Import widget#3876

Merged
janezd merged 4 commits intobiolab:masterfrom
ajdapretnar:csv-file-import
Jun 14, 2019
Merged

[ENH] CSV File Import widget#3876
janezd merged 4 commits intobiolab:masterfrom
ajdapretnar:csv-file-import

Conversation

@ajdapretnar
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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