mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 05:03:53 +01:00
Fix getSubtablesRange name
This commit is contained in:
parent
2e2080c2a1
commit
cd6723fc8c
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user