In my role as a librarian, I embarked on a transformative data science project aimed at streamlining the cataloging process for our diverse team. Leveraging the power of scikit-learn in Python, I trained a model on a substantial dataset of nonfiction library items, consisting of titles from various domains. The core functionality of the model […]
Tag Archives: Libraries
Pandas and the Library
For work, I like to use the python library Pandas to crunch numbers for the libraries. Pandas is a library that is able to read CSVs and Excel files and has a bunch or really convenient ways to sort, filter, reshape, and otherwise play with data. Our items are shelved in neighborhoods, which are kind […]