View raw data table update (#2875)

* Added new explanation of the view raw data table.

* View Raw Data table updates made.

* More updates made to View Raw Data table.

* More edits to view raw data.

* Added links and lengenthed list to data types.

* Update content/influxdb/v2.0/reference/glossary.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Added two new datatypes.

* Added links about different data types.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/2936/head
mluu12 2021-07-28 10:23:31 -07:00 committed by GitHub
parent 1df34df77a
commit 893d1be07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 6 deletions

View File

@ -58,9 +58,9 @@ To open the cell editor overlay, click the gear icon in the upper right of a cel
### View raw data
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Use this option when data can't be visualized using a visualization type.
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Scroll through raw data using arrows, or click page numbers to find specific tables. [Group keys](/influxdb/cloud/reference/glossary/#group-key) and [data types](/influxdb/cloud/reference/glossary/#data-type) are easily identifiable at the top of each column underneath the headings. Use this option when data can't be visualized using a visualization type.
{{< img-hd src="/img/influxdb/2-0-controls-view-raw-data.png" alt="View raw data" />}}
{{< img-hd src="/img/influxdb/cloud-controls-view-raw-data.png" alt="View raw data" />}}
### Save as CSV

View File

@ -57,9 +57,9 @@ To open the cell editor overlay, click the gear icon in the upper right of a cel
### View raw data
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Use this option when data can't be visualized using a visualization type.
Toggle the **View Raw Data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Scroll through raw data using arrows, or click page numbers to find specific tables. [Group keys](/influxdb/cloud/reference/glossary/#group-key) and [data types](/influxdb/cloud/reference/glossary/#data-type) are easily identifiable at the top of each column underneath the headings. Use this option when data can't be visualized using a visualization type.
{{< img-hd src="/img/influxdb/2-0-controls-view-raw-data.png" alt="View raw data" />}}
{{< img-hd src="/img/influxdb/cloud-controls-view-raw-data.png" alt="View raw data" />}}
### Save as CSV

View File

@ -259,9 +259,25 @@ Related entries: [bucket](#bucket)
### data type
A data type is defined by the values it can take, the programming language used, or the operations that can be performed on it.
A data type is defined by the values it can take, the programming language used, or the operations that can be performed on it.
InfluxDB supports the following data types: float, integer, string, boolean, and timestamp.
InfluxDB supports the following data types:
| Data type | Alias/annotation |
| :--------------- | :----------------- |
| string | |
| boolean | |
| float | double |
| integer | int, long |
| unsigned integer | uint, unsignedLong |
| time | dateTime |
For more information about different data types, see:
- [annotated CSV](/influxdb/v2.0/reference/syntax/annotated-csv/)
- [extended annotated CSV](/influxdb/cloud/reference/syntax/annotated-csv/extended/#datatype)
- [line protocol](/influxdb/v2.0/reference/syntax/line-protocol/#data-types-and-format)
- [InfluxQL](/influxdb/v1.8/query_language/spec/#literals)
- [Flux](/influxdb/v2.0/reference/flux/language/types/)
- [InfluxDB](/influxdb/v2.0/reference/syntax/line-protocol/#data-types-and-format)
### database

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB