Python Forum
Problem with saving data and loading data to mysql
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with saving data and loading data to mysql
#4
Something is wrong with the code above. First of all, one can see a lot of raw sql queries. In the same time
SqlAlchemy is an ORM, ORM is used to avoid such queries.

In line 9 you are creating sqlite engine, but you are talking about mysql connection!?
How is cnx related with engine? (line 33)
Reply


Messages In This Thread
RE: Problem with saving data and loading data to mysql - by scidam - Feb-07-2019, 11:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with calculation of market data MrQuant1 0 656 Jan-12-2024, 12:38 AM
Last Post: MrQuant1
  Help: Conversion of Electricity Data into Time Series Data SmallGuy 3 1,323 Oct-04-2023, 03:31 PM
Last Post: deanhystad
  loading data astral_travel 7 3,902 Dec-12-2022, 03:29 PM
Last Post: astral_travel
  Saving data into xlxs colomwise erdemath 0 1,440 Oct-02-2021, 09:01 AM
Last Post: erdemath
  Using MySQL database images or data dumps Planetary_Assault_Systems 1 1,852 Jul-20-2021, 04:40 PM
Last Post: Larz60+
  Mysql and data manipulation disloyalzeus 5 67,682 Dec-20-2019, 08:22 AM
Last Post: buran
  Numpy saving and loading introduces zeros in the middle of every element DreamingInsanity 0 1,471 Dec-11-2019, 07:21 PM
Last Post: DreamingInsanity
  How to add data to the categorical index of dataframe as data arrives? AlekseyPython 1 2,399 Oct-16-2019, 06:26 AM
Last Post: AlekseyPython
  Problem with masking precipitation data into a shapefile atrwmb109 0 1,937 Jul-22-2019, 05:10 PM
Last Post: atrwmb109
  Loading .csv data using Pandas zaki424160 1 2,970 Jul-15-2019, 09:48 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

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