mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Fix getSubtablesRange name
This commit is contained in:
parent
2e2080c2a1
commit
cd6723fc8c
@ -33,7 +33,7 @@ def datafileSelector(dataType):
|
|||||||
}
|
}
|
||||||
return switcher[dataType]
|
return switcher[dataType]
|
||||||
|
|
||||||
def getSubtableRange(table,firstindex=2,column=0,count=1):
|
def getSubtablesRange(table,firstindex=2,column=0,count=1):
|
||||||
subtablesRange=list()
|
subtablesRange=list()
|
||||||
i=firstindex+count
|
i=firstindex+count
|
||||||
while i<np.size(table,0):
|
while i<np.size(table,0):
|
||||||
|
Loading…
Reference in New Issue
Block a user