Skip to content

add 'wide' argument to read_csv/excel (defaults to True) #574

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

Closed
alixdamman opened this issue Feb 5, 2018 · 3 comments
Closed

add 'wide' argument to read_csv/excel (defaults to True) #574

alixdamman opened this issue Feb 5, 2018 · 3 comments
Assignees
Milestone

Comments

@alixdamman
Copy link
Collaborator

No description provided.

@alixdamman alixdamman added this to the 0.28 milestone Feb 5, 2018
@alixdamman alixdamman self-assigned this Feb 5, 2018
@alixdamman alixdamman changed the title add argument to read_csv which "undo" what 'transpose' does in to_csv add argument to read_csv/excel which "undo" what 'transpose' does in to_csv/excel Feb 5, 2018
@alixdamman
Copy link
Collaborator Author

See #549 for previous discussion

@gdementen gdementen changed the title add argument to read_csv/excel which "undo" what 'transpose' does in to_csv/excel add 'wide=True' argument to read_csv/excel Feb 15, 2018
@gdementen
Copy link
Contributor

The goal is to read data produced using to_csv/excel(wide=False)

@gdementen gdementen changed the title add 'wide=True' argument to read_csv/excel add 'wide' argument to read_csv/excel (defaults to True) Feb 15, 2018
alixdamman added a commit to alixdamman/larray that referenced this issue Feb 20, 2018
- read_csv
- read_excel
- from_lists
- df_aslarray
 so as to be able to load arrays saved in narrow format.
@alixdamman
Copy link
Collaborator Author

Question: what to do with Session objects?

alixdamman added a commit to alixdamman/larray that referenced this issue Feb 21, 2018
- read_csv
- read_excel
- from_lists
- df_aslarray
 so as to be able to load arrays saved in narrow format.
alixdamman added a commit to alixdamman/larray that referenced this issue Feb 21, 2018
…l, from_lists and from_strings functions + and updated df_aslarray so as to be able to load arrays stored in narrow format
alixdamman added a commit to alixdamman/larray that referenced this issue Feb 22, 2018
…l, from_lists and from_strings functions + and updated df_aslarray so as to be able to load arrays stored in narrow format
gdementen pushed a commit that referenced this issue Aug 31, 2018
…and from_strings functions + and updated df_aslarray so as to be able to load arrays stored in narrow format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants