We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e814ad4 commit 315002bCopy full SHA for 315002b
1 file changed
source-code/streamlit/map_maker/map_maker_lib.py
@@ -9,15 +9,15 @@
9
10
DATA_TYPES = {
11
'quantitative': 'Q',
12
- 'ordinal': 'O',
13
- 'nominal': 'N',
+ 'ordinal': 'O',
+ 'nominal': 'N',
14
}
15
16
DELIMITERS = {
17
- 'comma': ',',
+ 'comma': ',',
18
'semi-colon': ';',
19
- 'space': ' ',
20
- 'tab': '\t',
+ 'space': ' ',
+ 'tab': '\t',
21
22
23
# see https://vega.github.io/vega/docs/schemes/#reference
0 commit comments