Machine Learning And AI
1.65K subscribers
198 photos
1 video
19 files
351 links
Hi All and Welcome Join our channel for Jobs,latest Programming Blogs, machine learning blogs.
In case any doubt regarding ML/Data Science please reach out to me @ved1104 subscribe my channel
https://youtube.com/@geekycodesin?si=JzJo3WS5E_VFmD1k
Download Telegram
Welcome to Rose!

Rose is primarily a group management bot, and has limited functionality in channels.

Channel features include:
- Log channels
- Fed logs
- Joining federations
https://youtube.com/@geekycodesin?si=JzJo3WS5E_VFmD1k


Subscribe to our channel and share it with your friends
The only 15 Python Pandas operations you need to remember:

Remembering all the Pandas operations is hard.

Remembering just a handful of them can do the trick if we want to work faster.

1. df.info() # Prints information about the DataFrame

2. df.describe() # Generates state of the columns

3. df.head() # Prints first (n) rows of the DataFrame

4. df.apply() # Applies functions on columns

5. df.groupby() # Applies aggregation of a column

6. df.sort_values() # Sorts tables

7. df.sample() # Sample data

8. pd.read_filetype(filename) # Imports from a filetype

9. df.to_filetype(filename) # Exports to a filetype

10. df.plot() # Generates plot

11. pd.to_datetime # Converts object to a datetime column

11. df.filter() # Filter on columns

12. df.drop() # Drops rows based on a condition

13. df.rank() # Generates ranks on a column

14. df1.append(df2) # Adds the rows in df1 to the df2

15. pd.isnull() # Checks the null values
Machine Learning And AI pinned «https://youtu.be/8HcoCV-rWR4»