In a recent project, we needed to rapidly index and filter all files in all connected drives on macOS. With multithreaded Python 3, and a little help from pandas, You can get it done quick and easy.
Tag archives: Pandas
Index all drives connected to macOS with multithreaded Python 3
Open and read Excel file with Python using Pandas (With Examples)
Written by
on
in
Python.
The Pandas Python library is a fantastic tool to add to your Python toolbelt. In this article, we show you how to get started by opening an Excel file and doing some filtering.