Skip to content

Instantly share code, notes, and snippets.

@ki-chi
Created June 30, 2022 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ki-chi/0a970cbdf0b7ddc05c7ce1ac07bf396b to your computer and use it in GitHub Desktop.
Save ki-chi/0a970cbdf0b7ddc05c7ce1ac07bf396b to your computer and use it in GitHub Desktop.
pd.read_parquet()の挙動の確認用
FROM python:3.10
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir pandas==1.4.3 pyarrow==8.0.0 fastparquet==0.8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment