Python Forum
Looping to read data in database
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looping to read data in database
#1
I am hoping someone could help me read in a master directory file which tells me what .csv to read through and save in memory and then move to next file to read until eof()

first .csv has names
CL
NG
GC

those names tell me where in my c:\Data to get the file called CL etc etc.

I have imported
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import scipy as sp

pd.read_csv('c:/QlData/Continuous/Daily/CL.csv')
so this i guess is reading in the file named CL but once i review the huge amount of data in CL I want to then use a for loop to go to next line in master directory and read in NG and so on.

I just cannot find anything online to help me do this besides static reading process like I have above?
Any help would be appreciated
Reply


Messages In This Thread
Looping to read data in database - by CEC68 - Sep-21-2020, 01:32 AM
RE: Looping to read data in database - by scidam - Sep-24-2020, 08:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with to check an Input list data with a data read from an external source sacharyya 3 421 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  How to detect abnormal data in big database python vanphuht91 5 1,154 Jun-27-2023, 11:22 PM
Last Post: Skaperen
  Database that can compress a column, or all data, automatically? Calab 3 1,197 May-22-2023, 03:25 AM
Last Post: Calab
  Pymodbus read and save to database stewietopg 3 1,883 Mar-02-2023, 09:32 AM
Last Post: stewietopg
  Correctly read a malformed CSV file data klllmmm 2 1,973 Jan-25-2023, 04:12 PM
Last Post: klllmmm
  Read nested data from JSON - Getting an error marlonbown 5 1,384 Nov-23-2022, 03:51 PM
Last Post: snippsat
  Basic SQL query using Py: Inserting or querying sqlite3 database not returning data marlonbown 3 1,392 Nov-08-2022, 07:16 PM
Last Post: marlonbown
  Read JSON via API and write to SQL database TecInfo 5 2,221 Aug-09-2022, 04:44 PM
Last Post: TecInfo
  Read data via bluetooth frohr 9 3,422 Jul-10-2022, 09:51 AM
Last Post: frohr
  Write and read back data Aggie64 6 1,906 Apr-18-2022, 03:23 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

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