giulio isernia·Jan 9, 2024Polars — A Pandas alternative — load data to mysqlPolars is a fast and efficient DataFrame library for Python that provides high-performance data manipulation and analysis capabilities. It…
giulio isernia·Mar 22, 2023Python — Counting rows and columns in large csv or txtLet’s try to count number of rows in a large csv file. Python can help us with this easy code: