10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

Fix getSubtablesRange name

This commit is contained in:
Mickaël Véril 2020-07-08 13:31:00 +02:00
parent 2e2080c2a1
commit cd6723fc8c

View File

@ -33,7 +33,7 @@ def datafileSelector(dataType):
}
return switcher[dataType]
def getSubtableRange(table,firstindex=2,column=0,count=1):
def getSubtablesRange(table,firstindex=2,column=0,count=1):
subtablesRange=list()
i=firstindex+count
while i<np.size(table,0):