Prüfen ob Zelle leer, wenn ja Kopie Vorwert
Verfasst: Freitag 9. August 2013, 13:27
Hallo, ich brauche eine Schleife die macht, was im Titel genannt ist. Allerdings finde ich den Ansatz nicht, ich habe "Selcet Count() from gefunden und den fetch(one) Befehl, verstehe aber nicht genau wie sie funktionieren, kann jemand helfen?
import csv
import pandas as pd
import numpy as np
from numpy import*
import matplotlib.pyplot as plt
dF = pd.read_csv("Example.csv", sep=';')
xresult = {}
xresult = [abs(dF.x)]# Betrag
'for i in range(len(dF.x)):
#if "SELECT COUNT(NaN) FROM xresult" = True
#xresult = dF.x[i-1]
#row = cursor.fetchone()
#while row is None:
#xresult = dF.x[i-1]
import csv
import pandas as pd
import numpy as np
from numpy import*
import matplotlib.pyplot as plt
dF = pd.read_csv("Example.csv", sep=';')
xresult = {}
xresult = [abs(dF.x)]# Betrag
'for i in range(len(dF.x)):
#if "SELECT COUNT(NaN) FROM xresult" = True
#xresult = dF.x[i-1]
#row = cursor.fetchone()
#while row is None:
#xresult = dF.x[i-1]