|
4 | 4 | <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
| - <title>Welcome to pyreadstat’s documentation! — pyreadstat 1.2.0 documentation</title> |
| 7 | + <title>Welcome to pyreadstat’s documentation! — pyreadstat 1.2.1 documentation</title> |
8 | 8 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
9 | 9 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
10 | 10 | <!--[if lt IE 9]>
|
@@ -154,6 +154,8 @@ <h1>Metadata Object Description<a class="headerlink" href="#metadata-object-desc
|
154 | 154 | <li><p><strong>output_format</strong> (<em>str</em><em>, </em><em>optional</em>) – one of ‘pandas’ (default) or ‘dict’. If ‘dict’ a dictionary with numpy arrays as values will be returned, the
|
155 | 155 | user can then convert it to her preferred data format. Using dict is faster as the other types as the conversion to a pandas
|
156 | 156 | dataframe is avoided.</p></li>
|
| 157 | +<li><p><strong>extra_datetime_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python datetime objects</p></li> |
| 158 | +<li><p><strong>extra_date_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python date objects</p></li> |
157 | 159 | </ul>
|
158 | 160 | </dd>
|
159 | 161 | <dt class="field-even">Returns</dt>
|
@@ -252,6 +254,8 @@ <h1>Metadata Object Description<a class="headerlink" href="#metadata-object-desc
|
252 | 254 | <li><p><strong>output_format</strong> (<em>str</em><em>, </em><em>optional</em>) – one of ‘pandas’ (default) or ‘dict’. If ‘dict’ a dictionary with numpy arrays as values will be returned, the
|
253 | 255 | user can then convert it to her preferred data format. Using dict is faster as the other types as the conversion to a pandas
|
254 | 256 | dataframe is avoided.</p></li>
|
| 257 | +<li><p><strong>extra_datetime_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python datetime objects</p></li> |
| 258 | +<li><p><strong>extra_date_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python date objects</p></li> |
255 | 259 | </ul>
|
256 | 260 | </dd>
|
257 | 261 | <dt class="field-even">Returns</dt>
|
@@ -335,6 +339,8 @@ <h1>Metadata Object Description<a class="headerlink" href="#metadata-object-desc
|
335 | 339 | <li><p><strong>output_format</strong> (<em>str</em><em>, </em><em>optional</em>) – one of ‘pandas’ (default) or ‘dict’. If ‘dict’ a dictionary with numpy arrays as values will be returned, the
|
336 | 340 | user can then convert it to her preferred data format. Using dict is faster as the other types as the conversion to a pandas
|
337 | 341 | dataframe is avoided.</p></li>
|
| 342 | +<li><p><strong>extra_datetime_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python datetime objects</p></li> |
| 343 | +<li><p><strong>extra_date_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python date objects</p></li> |
338 | 344 | </ul>
|
339 | 345 | </dd>
|
340 | 346 | <dt class="field-even">Returns</dt>
|
@@ -384,6 +390,8 @@ <h1>Metadata Object Description<a class="headerlink" href="#metadata-object-desc
|
384 | 390 | <li><p><strong>output_format</strong> (<em>str</em><em>, </em><em>optional</em>) – one of ‘pandas’ (default) or ‘dict’. If ‘dict’ a dictionary with numpy arrays as values will be returned, the
|
385 | 391 | user can then convert it to her preferred data format. Using dict is faster as the other types as the conversion to a pandas
|
386 | 392 | dataframe is avoided.</p></li>
|
| 393 | +<li><p><strong>extra_datetime_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python datetime objects</p></li> |
| 394 | +<li><p><strong>extra_date_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python date objects</p></li> |
387 | 395 | </ul>
|
388 | 396 | </dd>
|
389 | 397 | <dt class="field-even">Returns</dt>
|
@@ -422,6 +430,8 @@ <h1>Metadata Object Description<a class="headerlink" href="#metadata-object-desc
|
422 | 430 | <li><p><strong>output_format</strong> (<em>str</em><em>, </em><em>optional</em>) – one of ‘pandas’ (default) or ‘dict’. If ‘dict’ a dictionary with numpy arrays as values will be returned, the
|
423 | 431 | user can then convert it to her preferred data format. Using dict is faster as the other types as the conversion to a pandas
|
424 | 432 | dataframe is avoided.</p></li>
|
| 433 | +<li><p><strong>extra_datetime_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python datetime objects</p></li> |
| 434 | +<li><p><strong>extra_date_formats</strong> (<em>list of str</em><em>, </em><em>optional</em>) – formats to be parsed as python date objects</p></li> |
425 | 435 | </ul>
|
426 | 436 | </dd>
|
427 | 437 | <dt class="field-even">Returns</dt>
|
|
0 commit comments