Replies: 2 comments 4 replies
-
Can we use this opportunity to rethink the terminology of the horribly confusing "timeseries object" that is nothing like a pandas or pyleoclim
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Example of use case from a collection of LiPD files (here subsumed under a pkl file) to pandas dataframe: https://fzhu2e.github.io/cfr/notebooks/proxy-ops.html#Create-a-ProxyDatabase-and-load-from-the-pandas-DataFrame |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
class LiPD:
The object should behave like a dictionary so we can still access the various keys as needed.
class LipdTimeSeries
The object should still behave like a dictionary for various key access
Beta Was this translation helpful? Give feedback.
All reactions