Coding & Data Science Resources
30.9K subscribers
334 photos
516 files
339 links
Official Telegram Channel for Free Coding & Data Science Resources

Admin: @love_data
Download Telegram
Today, we are gonna talk about:
.
assign()
.
assign() lets do create a new column from a different column with some modification πŸ’ͺ
.
Here we are subtracting our founders’ birth year from the current year to find their ages +/- 1 year πŸ‘
.
Later, we use the mean() function we covered in Part 3 of these series to find that together our favorite founders are 51.5 years young ‼️


.

πŸ‘¨β€πŸ’»#Pandas
πŸ‘1πŸ”₯1
Most Important Python Topics for Data Analyst Interview:

#Basics of Python:

1. Data Types

2. Lists

3. Dictionaries

4. Control Structures:

- if-elif-else

- Loops

5. Functions

6. Practice basic FAQs questions, below mentioned are few examples:

- How to reverse a string in Python?

- How to find the largest/smallest number in a list?

- How to remove duplicates from a list?

- How to count the occurrences of each element in a list?

- How to check if a string is a palindrome?

#Pandas:

1. Pandas Data Structures (Series, DataFrame)

2. Creating and Manipulating DataFrames

3. Filtering and Selecting Data

4. Grouping and Aggregating Data

5. Handling Missing Values

6. Merging and Joining DataFrames

7. Adding and Removing Columns

8. Exploratory Data Analysis (EDA):

- Descriptive Statistics

- Data Visualization with Pandas (Line Plots, Bar Plots, Histograms)

- Correlation and Covariance

- Handling Duplicates

- Data Transformation

#Numpy:

1. NumPy Arrays

2. Array Operations:

- Creating Arrays

- Slicing and Indexing

- Arithmetic Operations

#Integration with Other Libraries:

1. Basic Data Visualization with Pandas (Line Plots, Bar Plots)

#Key Concepts to Revise:

1. Data Manipulation with Pandas and NumPy

2. Data Cleaning Techniques

3. File Handling (reading and writing CSV files, JSON files)

4. Handling Missing and Duplicate Values

5. Data Transformation (scaling, normalization)

6. Data Aggregation and Group Operations

7. Combining and Merging Datasets
πŸ‘8❀2πŸ”₯2