Skip to content

New data format support (pandas.DataFrame) #40

Open
mika-long wants to merge 3 commits intorevisit-studies:mainfrom
mika-long:new-data-format-support
Open

New data format support (pandas.DataFrame) #40
mika-long wants to merge 3 commits intorevisit-studies:mainfrom
mika-long:new-data-format-support

Conversation

@mika-long
Copy link
Copy Markdown

Does this PR close any open issues?

Closes #39

Give a longer description of what this PR addresses and why it's needed

  • Extended data() function to accept pandas.DataFrame; helpful for generating components in jupyter notebooks from pandas.DataFrame and not a local csv file.
  • Updated pyproject.toml with requires-python >= 3.10
  • Added a test file (test/test_dataframe_support.py)

Provide pictures/videos of the behavior before and after these changes (optional)

Are there any additional TODOs before this PR is ready to go?

TODOs:

  • Update relevant documentation (and specify that any source of data input should be in tidy format)

@JackWilb JackWilb added this to Roadmap Mar 4, 2026
@JackWilb JackWilb moved this to In progress in Roadmap Mar 4, 2026
@JackWilb JackWilb removed this from Roadmap Mar 4, 2026
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.

Feature request: support pandas/polars dataframe in addition to CSV

2 participants