Open in app
Home
Notifications
Lists
Stories

Write
Aditya Daria
Aditya Daria

Home

About

Pinned

Python for Data Science — All about Lists

Learning About Lists Lists are the most commonly used data structure. Think of it as a sequence of data that is enclosed in square brackets and data are separated by a comma. Each of these data can be accessed by calling its index value. A list is a mutable sequence that is typically…

Python

4 min read

Python for Data Science — All about Lists
Python for Data Science — All about Lists

Pinned

100+ Linux commands and their explanation

Basic Linux commands → ls-al: Lists files and directories with detailed information like permissions, size, owner, etc. → ls: Lists all files and directories in the present working directory → ls-R: Lists files in sub-directories as well → ls-a: Lists hidden files as well → cd or cd ~: Navigate…

Linux

4 min read

100+ Linux commands and their explanation
100+ Linux commands and their explanation

Aug 1

Using Apache Parquet to store data

Are you a data scientist using CSV files to store your data? What if I told you there is a better way? Can you imagine a lighter faster cheaper file format to save your datasets? Do not get me wrong. I love CSVs. You can open them with any text…

Pandas

3 min read

Using Apache Parquet to store data
Using Apache Parquet to store data

Jul 31

Understanding different roles in data science; Who does what?

Data Analyst A data analyst builds systems that collect and examine data, then extract insights to answer business questions with actionable solutions. One must have great communication and collaborative skills, especially when explaining ideas to non-technical people. Data Analyst: Responsibilities, skills, and programming language required Generally responsible for accessing data, performing…

Data Science

2 min read

Understanding different roles in data science; Who does what?
Understanding different roles in data science; Who does what?

Jul 31

14 Pandas functions for Data Science

14 Pandas functions for Data Science You can’t avoid Pandas if you are learning Data Science. Here are the Most Commonly used 15 Functions in Pandas and a short introduction to each. 1.read_csv: It helps you to read Comma Separated File into a Data Frame

Python

3 min read

14 Pandas functions for Data Science
14 Pandas functions for Data Science

May 21

Git commands cheatsheet for your next interview

In the article below I will be covering the basic commands to get started with git. These are mostly asked in the interviews as well. Common Commands (All commands should be run without the <> brackets) git log shows commit ids. The latest commit is at the top. git log…

Git

5 min read

Git commands cheatsheet for your next interview
Git commands cheatsheet for your next interview

May 14

Python for Data Science — List Operations and Methods

List Methods I covered creating, accessing, and slicing lists in my previous article. You can access the article here. You haven’t gained an understanding of list methods yet, but it is essential to cover them now. …

Python

4 min read

Python for Data Science — List Operations and Methods
Python for Data Science — List Operations and Methods

Apr 17

Basics of Python for Data Science — Part Two

I have covered Python Basics — Part One here so if you have not read it already please do before you go through this article. Bitwise Operators :

Python Basics

3 min read

Python Basics — Part Two
Python Basics — Part Two

Apr 10

Basics of Python for Data Science— Part One

Hello and welcome to Python Basics. Hope the sessions help you understand why so many professional developers are inclined towards Python and how you can use it for your own projects. These lessons are targeted at beginners who are either starting with no programming experience whatsoever or who know a…

Python

3 min read

Python Basics — Part One
Python Basics — Part One
Aditya Daria

Aditya Daria

Data Science Enthusiast. https://www.linkedin.com/in/adityadaria/

Following
  • Sigli Mumuni

    Sigli Mumuni

  • Dario Radečić

    Dario Radečić

  • TDS Editors

    TDS Editors

  • James Briggs

    James Briggs

  • Destin Gong

    Destin Gong

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable