Aspiring Data Scientist | IBM Certified Data Analyst | xIntern @10Pearls | Section Leader @Stanford CIP ’25 | Skilled in Python, Java, SQL & Power BI
Actively seeking Data Analysis, Data Science Intern, and AI Engineer Intern roles to apply my skills in Python, data-driven problem solving, and intelligent system development.
When working with one-dimensional labeled arrays in Pandas (i.e., Series), it's important to understand the built-in attributes and methods that allow you to inspect, transform, and manipulate data effectively. This post summarizes all key Series att...

Pandas is a powerful open-source library built on top of the Python programming language. It's widely used for data analysis and manipulation tasks and integrates seamlessly with NumPy. In this blog, we’ll focus on Pandas Series. A core component of ...

If you're diving into data analysis with Python, pandas is an essential library, and mastering its DataFrame is a must. This blog post serves as a quick-reference guide covering the most important DataFrame attributes and methods you'll need for data...

🎯 Introduction Discover how to make the most of NumPy with these useful methods that simplify working with arrays. These techniques will help you code faster and with less hassle, making your experience with NumPy more enjoyable and efficient. ⚙️ Me...
