-
Notifications
You must be signed in to change notification settings - Fork 0
Python
richard fahey edited this page Nov 23, 2025
·
6 revisions
https://www.youtube.com/watch?v=zk4bSTD8uWM&
https://github.com/Ludwinic1/Data-Pipeline
Stop Using Pip - This New Tool is 100x Faster (UV Tutorial)
https://www.youtube.com/watch?v=6pttmsBSi8M
import time import pandas as pd import polars as pl import numpy as np
df = pd.read_csv("textfile.csv")
polars is best for large tables, qicker and more efficient.