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

Simplify .from_csv() #105

Closed
4 tasks done
hcpchris opened this issue Sep 18, 2023 · 0 comments
Closed
4 tasks done

Simplify .from_csv() #105

hcpchris opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@hcpchris
Copy link
Collaborator

hcpchris commented Sep 18, 2023

Similar to #103 , the .from_csv() method needs to support the simplified creation of series and charts. The particular goal is to reduce the verbosity that is needed to assemble a chart from a single CSV file.

In the implemented solution:

  • .from_csv() should support the creation of multiple series from a single file using one method call
  • .from_csv() should support the setting of series, data point, data collection, or chart properties via keyword properties.
  • .from_csv() should integrate with the new DataPointCollection and NumPy ndarray support
  • .from_csv() should support low-verbosity, intelligent defaults - i.e. without having the developer specify any configuration, it should "automatically" assemble a chart/series/data point collection/set of data points from a CSV file.
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
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant