We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaef7a commit 7d8c9dfCopy full SHA for 7d8c9df
src/apps/tabular/views/FieldModal.vue
@@ -17,7 +17,6 @@
17
<dd>{{ columnInfos.format }}</dd>
18
<dt>Nombre de valeurs distinctes</dt>
19
<dd>{{ columnInfos.nb_distinct }}</dd>
20
- {{ python_type }}
21
<span v-if="columnInfos.python_type == 'float' || columnInfos.python_type == 'int'">
22
<dt>Valeur minimale</dt>
23
<dd>{{ columnInfos.min }}</dd>
0 commit comments