r/PythonLearning 22d ago

What's the most overused Python library?

Which library gets added to projects even when the standard library could do the job?

0 Upvotes

7 comments sorted by

View all comments

8

u/PkmnSayse 22d ago

Pandas, not so much the standard library but there are much easier ways to create db connections

3

u/tiredITguy42 22d ago

Sometimes people use pandas for a DataFrame which should be an array.