print(int(5.5)) #to convert to int : output should be 5 print(float(5)) #to convert to float : output should be 5.0 ...
I use Jupyter Notebook (inside VS code) to view data. I get oracle data via odf (connection.fetch_df_all()) When I use the plugin Data Wrangler to view data, there is an impact on the next execution ...