Which of the following statements can be used to read a MySQL query into a data frame?
1
pandas.read_sql_query(query, sql_conn)
2
pandas.read_sql_table(query, sql_conn)
3
pandas.read_mysql_query(query, sql_conn)
4
None of the above
Which of the following statements can be used to read a MySQL query into a data frame?
pandas.read_sql_query(query, sql_conn)
pandas.read_sql_table(query, sql_conn)
pandas.read_mysql_query(query, sql_conn)
None of the above