Skip to content

Commit e1b25d3

Browse files
datatypes
Co-Authored-By: Ioannis Sifnaios <[email protected]>
1 parent f190adf commit e1b25d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ required for every function.
148148
optional_arg : integer, optional
149149
A description of ``optional_arg``. [Unitless].
150150
151+
Specify a suitable datatype for each parameter. Other common
152+
data types include ``str``, ``bool``, ``float``, ``numeric``
153+
and ``pandas.DatetimeIndex``.
154+
151155
Returns
152156
-------
153157
name : numeric

0 commit comments

Comments
 (0)