Below are three of the most popular Python libraries related to data pre-processing and data science. Additionally, this is how you can import the libraries so they can be used in a program:
import numpy as np # Mathematical tools
import matplotlib.pyplot as plt # Plotting/visualization tools
import pandas as pd # Data set management tool
import matplotlib.pyplot as plt # Plotting/visualization tools
import pandas as pd # Data set management tool