Python Forum
Issue in writing sql data into csv for decimal value to scientific notation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue in writing sql data into csv for decimal value to scientific notation
#3
Hi Larz60,

Thanks for your help,

below code is working for first column.

no = float(row[0])
if no == 0.0:
    writer.writerow(0.0)
how to dynamically check it for all columns
float(row[0]) ------------row[0] is hard coded value here


Thanks
mg
Larz60+ write Nov-28-2022, 07:32 PM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Fixed for you this time. Please use BBCode tags on future posts.
Reply


Messages In This Thread
RE: Issue in writing sql data into csv for decimal value to scientific notation - by mg24 - Nov-28-2022, 02:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with writing monitored data to mysql upon change of one particular variable donottrackmymetadata 3 1,624 Apr-18-2024, 09:55 PM
Last Post: deanhystad
  Forcing matplotlib to NOT use scientific notation when graphing sawtooth500 4 5,769 Mar-25-2024, 03:00 AM
Last Post: sawtooth500
  ''.join and start:stop:step notation for lists ringgeest11 2 4,178 Jun-24-2023, 06:09 AM
Last Post: ferdnyc
  issue with converting a scientific notation to standard notation thomaswfirth 4 3,339 Jun-06-2023, 06:06 PM
Last Post: rajeshgk
  notation MCL169 8 3,437 Apr-14-2023, 12:06 PM
Last Post: MCL169
  Create a function for writing to SQL data to csv mg24 4 2,766 Oct-01-2022, 04:30 AM
Last Post: mg24
  Issue in changing data format (2 bytes) into a 16 bit data. GiggsB 11 5,449 Jul-25-2022, 03:19 PM
Last Post: deanhystad
  Need Help writing data into Excel format ajitnayak87 8 4,353 Feb-04-2022, 03:00 AM
Last Post: Jeff_t
  Python issue - Data science - Help is needed yovel 2 2,936 Jul-29-2021, 04:27 PM
Last Post: yovel
  Fastest Way of Writing/Reading Data JamesA 1 3,083 Jul-27-2021, 03:52 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020