-
Notifications
You must be signed in to change notification settings - Fork 8
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
Missing Data for April/March 2023 #15
Comments
@seibert @cappadona any updates on the March data? |
Similar to #13 we I'm also not seeing any In [21]: df = pd.read_parquet(
...: "s3://anaconda-package-data/conda/hourly/2023/02/2023-02-28.parquet",
...: filters=[
...: ("data_source", "in", ("rapidsai", "rapidsai-nightly")),
...: ],
...: storage_options={"anon": True},
...: )
df
In [22]: df.head()
Out[22]:
time data_source pkg_name pkg_version pkg_platform pkg_python counts
0 2023-02-28 rapidsai-nightly libraft-distance 23.04.00a linux-aarch64 8
1 2023-02-28 rapidsai custreamz 22.12.01 linux-64 2
2 2023-02-28 rapidsai raft-dask 22.12.01 linux-64 2
3 2023-02-28 rapidsai raft-dask 23.02.00 linux-64 10
4 2023-02-28 rapidsai-nightly libcumlprims 21.12.00a211111 linux-64 1 |
Moved the issue to anaconda/anaconda-package-data#39 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The data for March and April of this year,2023, seems to be missing:
What I Did
The text was updated successfully, but these errors were encountered: