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

Implement python Pandas data framework support in SciData files #45

Open
stuchalk opened this issue Apr 19, 2021 · 1 comment
Open

Implement python Pandas data framework support in SciData files #45

stuchalk opened this issue Apr 19, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@stuchalk
Copy link
Collaborator

Pandas are a common mechanism to manipulate data in Python. Adding a function to allow addition of Pandas data frames into the SciData library would make it easier for developers to generate SciData files.

@stuchalk stuchalk added the enhancement New feature or request label Apr 19, 2021
@stuchalk stuchalk added this to the Beta Release 2 milestone Apr 19, 2021
@JohnsonDylan
Copy link
Collaborator

example_pandas_dataseries.zip

I had worked up a way of adding a pandas dataframe or numpy array as a dataseries (included in the attached example file at starting at line 201). It was removed somewhere along the way. I just tried it out and it still runs.

Could possibly have a 'dataseries_pandas' definition that converts the dataframe into a typical 'dataseries' input then forwards it on to the dataseries definition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants