How to install Python on Ubuntu
kodingwindow@kw:~$ su Password: root@kw:/home/kodingwindow# apt install python3 ... root@kw:/home/kodingwindow# python3 --version Python 3.12.0
Data Analysis
Python Pandas to create a DataFrame from CSV file, Dictionary, etc.Python Pandas to extract rows and columns from a DataFramePython Pandas to index and sort a DataFramePython Pandas to fill and drop missing data in a DataFrame
Data Visualization
Python Pandas to create a bar graph using the matplotlib module
Advertisement