Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarcoGorelli/ee06daddde9a203b6909924322e2e0e1 to your computer and use it in GitHub Desktop.
Save MarcoGorelli/ee06daddde9a203b6909924322e2e0e1 to your computer and use it in GitHub Desktop.
repl.sh
ipython -i -c 'import pandas as pd; \
from pandas.core.arrays import *; \
import polars as pl; \
from datetime import datetime, timezone, timedelta; \
from pandas._libs.tslibs.parsing import guess_datetime_format; \
from dateutil.parser import parse as du_parse; \
import datetime as dt; \
import numpy as np; \
from pandas import *; \
import pandas; \
import io; \
from pandas.core.indexes.api import *; \
import numpy; \
import polars as pl' --no-banner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment