| 程序包 | 说明 |
|---|---|
| org.meteoinfo.data.dataframe | |
| org.meteoinfo.data.dataframe.impl |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ColumnIndex |
|
class |
DateTimeIndex |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Index |
Index.append(Index idx) |
Append another index
|
Index |
ColumnIndex.asIndex() |
Convert to string index
|
static Index |
Index.factory(List data) |
Factory method to create a new index object
|
static Index |
Index.factory(ucar.ma2.Array data) |
Factory method to create a new index object
|
Index |
DataFrame.getIndex() |
Get index
|
Index |
Series.getIndex() |
Get index
|
Index |
Index.subIndex() |
Sub index
|
Index |
Index.subIndex(int start,
int end,
int step) |
Sub index
|
Index |
Index.subIndex(List<Integer> idx) |
Sub index
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Index |
Index.append(Index idx) |
Append another index
|
void |
DataFrame.setIndex(Index value) |
Set index
|
void |
Series.setIndex(Index value) |
Set index
|
| 构造器 | 说明 |
|---|---|
DataFrame(List<ucar.ma2.Array> data,
Index index,
List<String> columns) |
Constructor
|
DataFrame(List<ucar.ma2.Array> data,
Index index,
ColumnIndex columns) |
Constructor
|
DataFrame(Index index) |
Constructor
|
DataFrame(Index index,
List<String> columns,
Object data) |
Constructor
|
DataFrame(Index index,
ColumnIndex columns,
Object data) |
Constructor
|
DataFrame(ucar.ma2.Array data,
Index index,
List<String> columns) |
Constructor
|
DataFrame(ucar.ma2.Array data,
Index index,
ColumnIndex columns) |
Constructor
|
Series(ucar.ma2.Array data,
Index index,
String name) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Index |
Selection.select(Index index,
SparseBitSet selected) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Index |
Selection.select(Index index,
SparseBitSet selected) |
Copyright © 2019. All rights reserved.