Skip to content

Commit

Permalink
Update "Basic statistics for fields" algorithm
Browse files Browse the repository at this point in the history
Fixes #9161
  • Loading branch information
DelazJ committed Oct 31, 2024
1 parent 4447b60 commit 26f008d
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions docs/user_manual/processing_algs/qgis/vectoranalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ Basic statistics for fields
---------------------------
Generates basic statistics for a field of the attribute table of a
vector layer.

Numeric, date, time and string fields are supported.

The statistics returned will depend on the field type.

Statistics are generated as an HTML file and are available in the
:menuselection:`Processing --> Results viewer`.
Statistics can be generated as a table or an HTML file
and are available in the :menuselection:`Processing --> Results viewer`.

**Default menu**: :menuselection:`Vector --> Analysis Tools`

Expand All @@ -46,6 +44,19 @@ Parameters
- Any supported table field to calculate the statistics
* - **Statistics**

Optional
- ``OUTPUT``
- [table]

Default: ``[Create temporary layer]``
- Specify the output table for the generated statistics. One of:

.. include:: ../algs_include.rst
:start-after: **layer_output_types**
:end-before: **end_layer_output_types**

* - **Statistics report**

Optional
- ``OUTPUT_HTML_FILE``
- [html]
Expand All @@ -70,6 +81,10 @@ Outputs
- Type
- Description
* - **Statistics**
- ``OUTPUT``
- [table]
- Table containing the calculated statistics
* - **Statistics report**
- ``OUTPUT_HTML_FILE``
- [html]
- HTML file with the calculated statistics
Expand Down

0 comments on commit 26f008d

Please sign in to comment.