Home
last modified time | relevance | path

Searched defs:pivot_table (Results 1 – 10 of 10) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.h376 struct pivot_table struct
402 struct pivot_table_sizing sizing[TABLE_N_AXES]; argument
405 bool print_all_layers;
406 bool paginate_layers;
408 bool top_continuation, bottom_continuation;
409 char *continuation;
410 size_t n_orphan_lines;
413 int epoch;
417 double small;
432 size_t n_footnotes, allocated_footnotes;
[all …]
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Dreshape.py186 def pivot_table(df, index=None, columns=None, values=None, aggfunc="mean"): function
H A Dcore.py5151 def pivot_table(self, index=None, columns=None, values=None, aggfunc="mean"): member in DataFrame
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/packaging/
H A Drelationship.hpp75 pivot_table, enumerator
/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_function.h92 AgsComplex*** pivot_table; member
H A Dags_function.c329 AgsComplex ***pivot_table; in ags_function_set_property() local
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpivot.py126 def pivot_table(self) -> Table: member in Pivot
736 pivot_table = Output("Pivot Table", Table, default=True) variable in OWPivot.Outputs
919 def send_outputs(pivot_table, filtered_data, grouped_data): argument
/dports/math/py-pandas/pandas-1.2.5/pandas/core/reshape/
H A Dpivot.py39 def pivot_table( function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dcrosstabs.q802 /* Free the members that were allocated in this function(and the values argument
/dports/math/py-pandas/pandas-1.2.5/pandas/core/
H A Dframe.py7017 def pivot_table( member in DataFrame