I have a pandas data frame.
import pandas as pd d = {\'col1\': [1, 2], \'col2\': [3, 4]} df = pd.DataFrame(data=d)
Now, I want to upload it t