A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Is it wise to use Python Pandas instead of Database?

Best Answers

Pandas provides data structures for data wrangling, DataFrame being the most popular. A database is a data persistence mechanism along with data manipulation. The two serve different purposes. read more

I used to use both of them, but now completely rely on Pandas, or Python in general. There are dozens of SQL wrapper in Python. More importantly, I use Pandas for 1) much easier statistically analysis 2) data visualization. read more

Your use of Stack Overflow’s Products and Services, including the Stack Overflow Network, is subject to these policies and terms. Join Stack Overflow to learn, share knowledge, and build your career. read more

Encyclopedia Research

Wikipedia: