Member since
01-13-2018
2
Posts
3
Kudos Received
0
Solutions
01-20-2020
03:55 AM
Dear Sir, i want to enter python calculated values which are saved in df4 should get stored a column of ''per" per is name of column in hive table . df2 = pd.read_sql("SELECT * FROM ggg where clientcode='55'", conn) this is how i am reading the data how to write df4 python calculated values in "per" column of hive table.
... View more