Buckets:
ktongue/OnedriveENISE / ENISE1 /hf_env /lib /python3.14 /site-packages /pandas /tests /resample /conftest.py
| import pytest | |
| # The various methods we support | |
| downsample_methods = [ | |
| "min", | |
| "max", | |
| "first", | |
| "last", | |
| "sum", | |
| "mean", | |
| "sem", | |
| "median", | |
| "prod", | |
| "var", | |
| "std", | |
| "ohlc", | |
| "quantile", | |
| ] | |
| upsample_methods = ["count", "size"] | |
| series_methods = ["nunique"] | |
| resample_methods = downsample_methods + upsample_methods + series_methods | |
| def downsample_method(request): | |
| """Fixture for parametrization of Grouper downsample methods.""" | |
| return request.param | |
| def resample_method(request): | |
| """Fixture for parametrization of Grouper resample methods.""" | |
| return request.param | |
Xet Storage Details
- Size:
- 706 Bytes
- Xet hash:
- b9bbb47b101cffea8fda2d2e563732f722311ce04b8743e7a6e458954bf91522
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.