We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, cfr only uses pyleoclim for spectral analysis. However, the ProxyRecord class is basically GeoSeries; only "seasonality' is missing.
cfr
ProxyRecord
Making ProxyRecord a child of GeoSeries would enable Pyleoclim functionalities, particularly:
GeoSeries
to_pandas()/from_pandas()
standardize()
center()
bin()
gaussianize()
The text was updated successfully, but these errors were encountered:
would be easier to do with lightweight pyleoclim package; see this issue
Sorry, something went wrong.
No branches or pull requests
Currently,
cfr
only uses pyleoclim for spectral analysis. However, theProxyRecord
class is basically GeoSeries; only "seasonality' is missing.Making
ProxyRecord
a child ofGeoSeries
would enable Pyleoclim functionalities, particularly:to_pandas()/from_pandas()
standardize()
center()
bin()
gaussianize()
The text was updated successfully, but these errors were encountered: