Which of the following statements are False?
Statement 1: Exporting data from MySQL to Panda refers to the process of fetching data from a MySQL table or database to a pandas DataFrame.
Statement 2: Importing data from Pandas to MySQL refers to the process of storing data from a pandas DataFrame to a MySQL table or database.
Statement 3: Pandas offers a wide range of statistical tools for data analysis. Max(), min(), mean(), median(), mode(), std(), var(), and more methods are available.
1
Statement 1 and statement 2
2
Statement 1 and statement 3
3
Statement 2 and statement 3
4
Statement 1, statement 2 and statement 3