top of page
How to work with DataFrame in Python?
Python language has vast application. Data analysis and manipulation is one of many application. We can work on data using Pandas library in Python for generating data analytics and manipulating data to generate useful patterns. What is Pandas? Pandas is a Python library which is used to work with sequential and tabular data. It has functionality to manage, analyze and manipulate data in a simple and efficient way. We can think of its data structures as relatives to database
4 min read
How to work with MongoDB using Python?
What is MongoDB? MongoDB is a NoSQL database which is used to store data in document form. It is an OpenSource Document oriented Database. It uses JSON (JavaScript Object Notation) for displaying documents. And BSON (Binary Object Notation) for storage and retrieval of data. MongoDB Features: Flexible schema Heavy read Allows documents inside a document Array functionalities Support for CRUD operations with aggregation Why MongoDB? MongoDB is Flexible Document based NoSQL D
2 min read
bottom of page