Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4352b50

Browse files
committed
so, what's a data_array?
1 parent b7c5c32 commit 4352b50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_includes/reference-block.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,16 @@
4040
{% else %}
4141
(<code class="attribute-type">{{ obj[1].valType }}</code>)
4242
{% endif %}
43-
{% elsif obj[1].valType == "boolean" or obj[1].valType == "string" or obj[1].valType == "data_array" %}
43+
{% elsif obj[1].valType == "boolean" %}
4444
(<code>{{obj[1].valType}}</code>)
4545
{% elsif obj[1].valType == "flaglist" %}
4646
(<code>{{obj[1].valType}} string</code>)
47+
{% elsif obj[1].valType == "data_array" %}
48+
{% if page.language == "python" %}
49+
(<code>list, numpy array, or Pandas series of numbers, strings, or datetimes.</code>)
50+
{% else %}
51+
(<code tooltip='{% raw %}{array}{% endraw %} of numbers, strings, or date strings (strings in the format YYYY-MM-DD HH:MM:ss.ffff - hours, minutes, and milliseconds are optional).'>{{obj[1].valType}}</code>)
52+
{% endif %}
4753
{% elsif obj[1].valType == "info_array" %}
4854
(<code>{array}</code>)
4955
{% else %}

0 commit comments

Comments
 (0)