类的使用
org.meteoinfo.data.dataframe.DataFrame
-
使用DataFrame的程序包 程序包 说明 org.meteoinfo.data.dataframe org.meteoinfo.data.dataframe.impl org.meteoinfo.data.meteodata.micaps -
-
org.meteoinfo.data.dataframe中DataFrame的使用
返回DataFrame的org.meteoinfo.data.dataframe中的方法 修饰符和类型 方法 说明 DataFrameDataFrame. append(DataFrame df)Append another data frame<V> DataFrameDataFrame. apply(Function<?,?> function)Apply a function<V> DataFrameDataFrameGroupBy. apply(Function<?,?> function)DataFrameDataFrame. count()Compute the sum of the numeric columns.DataFrameDataFrameGroupBy. count()Compute the sum of the numeric columns for each group.<V> DataFrameDataFrame. describe()DataFrameDataFrame. drop(java.lang.Integer... cols)Create a new data frame by leaving out the specified columns.DataFrameDataFrame. drop(java.util.List<java.lang.String> colNames)Create a new data frame by leaving out the specified columns.DataFrameDataFrame. drop(Column... cols)Create a new data frame by leaving out the specified columns.DataFrameDataFrame. max()Compute the Maximum of the numeric columns.DataFrameDataFrameGroupBy. max()Compute the Maximum of the numeric columns for each group.DataFrameDataFrame. mean()Compute the mean of the numeric columns.DataFrameDataFrameGroupBy. mean()Compute the mean of the numeric columns for each group.DataFrameDataFrame. median()Compute the median of the numeric columns.DataFrameDataFrameGroupBy. median()Compute the median of the numeric columns for each group.DataFrameDataFrame. min()Compute the minimum of the numeric columns.DataFrameDataFrameGroupBy. min()Compute the minimum of the numeric columns for each group.DataFrameDataFrame. numeric()Return a data frame containing only columns with numeric data.static DataFrameDataFrame. readTable(java.lang.String fileName, java.lang.String delimiter, int skipRows, java.lang.String formatSpec, java.lang.String encoding, int indexCol, java.lang.String indexFormat, java.util.List<java.lang.String> names, java.lang.Integer header, int skipFooter)Read data frame from ASCII filestatic DataFrameDataFrame. readTable(java.lang.String fileName, java.lang.String delimiter, int skipRows, java.lang.String formatSpec, java.lang.String encoding, int indexCol, java.lang.String indexFormat, java.util.List<java.lang.String> names, java.lang.Integer header, int skipFooter, java.util.List<java.lang.Object> usecolsin)Read data frame from ASCII fileDataFrameDataFrame. retain(java.lang.Integer... cols)Create a new data frame containing only the specified columns.DataFrameDataFrame. retain(java.lang.Object... cols)Create a new data frame containing only the specified columns.DataFrameDataFrame. sortBy(boolean ascending, java.lang.Integer... cols)DataFrameDataFrame. sortBy(java.lang.Object... cols)<V> DataFrameDataFrame. sortBy(java.util.Comparator<java.util.List<V>> comparator)DataFrameDataFrame. sortBy(java.util.List<java.lang.String> cols, java.util.List<java.lang.Boolean> ascendings)DataFrameDataFrame. sortByIndex(boolean ascending)DataFrameDataFrame. sum()Compute the sum of the numeric columns.DataFrameDataFrameGroupBy. sum()Compute the sum of the numeric columns for each group.DataFrameDataFrame. transpose()Transpose参数类型为DataFrame的org.meteoinfo.data.dataframe中的方法 修饰符和类型 方法 说明 DataFrameDataFrame. append(DataFrame df)Append another data frame参数类型为DataFrame的org.meteoinfo.data.dataframe中的构造器 构造器 说明 DataFrameGroupBy(Grouping groups, DataFrame dataFrame)Constructor -
org.meteoinfo.data.dataframe.impl中DataFrame的使用
声明为DataFrame的org.meteoinfo.data.dataframe.impl中的字段 修饰符和类型 字段 说明 protected DataFrameViews.TransformedSeriesView. dfprotected DataFrameViews.TransformedView. df返回DataFrame的org.meteoinfo.data.dataframe.impl中的方法 修饰符和类型 方法 说明 <V> DataFrameGrouping. apply(DataFrame df, Function<?,?> function)static DataFrameAggregation. describe(DataFrame df)static <V> DataFrameSorting. sort(DataFrame df, java.util.Comparator<java.util.List<V>> comparator)static <V> DataFrameSorting. sort(DataFrame df, java.util.Map<java.lang.Integer,SortDirection> cols)static <V> DataFrameSorting. sortIndex(DataFrame df, SortDirection dir)参数类型为DataFrame的org.meteoinfo.data.dataframe.impl中的方法 修饰符和类型 方法 说明 <V> DataFrameGrouping. apply(DataFrame df, Function<?,?> function)static DataFrameAggregation. describe(DataFrame df)static SparseBitSetInspection. nonnumeric(DataFrame df)static SparseBitSetInspection. numeric(DataFrame df)static <V> SparseBitSetSelection. select(DataFrame df, Predicate<V> predicate)static <V> SparseBitSet[]Selection. slice(DataFrame df, java.lang.Integer rowStart, java.lang.Integer rowEnd, java.lang.Integer colStart, java.lang.Integer colEnd)static <V> DataFrameSorting. sort(DataFrame df, java.util.Comparator<java.util.List<V>> comparator)static <V> DataFrameSorting. sort(DataFrame df, java.util.Map<java.lang.Integer,SortDirection> cols)static <V> DataFrameSorting. sortIndex(DataFrame df, SortDirection dir)static java.util.List<java.lang.Class<?>>Inspection. types(DataFrame df)参数类型为DataFrame的org.meteoinfo.data.dataframe.impl中的构造器 构造器 说明 DataFrameListView(DataFrame df, int index, boolean transpose)DataFrameMapView(DataFrame df, int index, boolean transpose)FlatView(DataFrame df)Grouping(DataFrame df, java.lang.Integer... columns)Grouping(DataFrame df, KeyFunction<V> function, java.lang.Integer... columns)Grouping(DataFrame df, WindowFunction function)ListView(DataFrame df, boolean transpose)MapView(DataFrame df, boolean transpose)SeriesListView(DataFrame df, int index, boolean transpose)TransformedSeriesView(DataFrame df, Function<V,U> transform, int index, boolean transpose)TransformedView(DataFrame df, Function<V,U> transform, boolean transpose) -
org.meteoinfo.data.meteodata.micaps中DataFrame的使用
返回DataFrame的org.meteoinfo.data.meteodata.micaps中的方法 修饰符和类型 方法 说明 DataFrameMICAPS120DataInfo. readDataFrame()Read data frameDataFrameMICAPS1DataInfo. readDataFrame()Read data frame
-