Skip to content

Commit 7a6ebd0

Browse files
committed
One more fix
1 parent d6feac8 commit 7a6ebd0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/python_files/feature_engineering.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
# %pip install -q https://pypi.anaconda.org/ogrisel/simple/polars/1.24.0/polars-1.24.0-cp39-abi3-emscripten_3_1_58_wasm32.whl
88
# %pip install -q holidays https://pypi.anaconda.org/ogrisel/simple/skrub/0.6.dev0/skrub-0.6.dev0-py3-none-any.whl
99
# %%
10-
import polars as pl
10+
# The following 3 imports are only needed to workaround some limitations
11+
# when using polars in a pyodide/jupyterlite notebook.
12+
import tzdata
1113
import pandas as pd
1214
from pyarrow.parquet import read_table
15+
16+
import polars as pl
1317
import skrub
1418
from pathlib import Path
1519

0 commit comments

Comments
 (0)