Skip to content

Commit 5cf3d30

Browse files
authored
Correct Dataframe to DataFrame in doc string
1 parent 5e5f9d5 commit 5cf3d30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pvlib/iotools/bsrn.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ def read_bsrn(filename):
4040
4141
Returns
4242
-------
43-
data: Dataframe
44-
A Dataframe with the columns as described below. For more extensive
43+
data: DataFrame
44+
A DataFrame with the columns as described below. For more extensive
4545
description of the variables, consult [2]_.
4646
4747
Notes
4848
-----
49-
The data Dataframe includes the following fields:
49+
The data DataFrame includes the following fields:
5050
5151
======================= ====== ==========================================
5252
Key Format Description
@@ -77,7 +77,8 @@ def read_bsrn(filename):
7777
References
7878
----------
7979
.. [1] `World Radiation Monitoring Center - Baseline Surface Radiation
80-
Network (BSRN) <https:/https://bsrn.awi.de/>`_
80+
Network (BSRN)
81+
<https://bsrn.awi.de/>`_
8182
.. [2] `Update of the Technical Plan for BSRN Data Management, 2013,
8283
Global Climate Observing System (GCOS) GCOS-172.
8384
<https://bsrn.awi.de/fileadmin/user_upload/bsrn.awi.de/Publications/gcos-174.pdf>`_

0 commit comments

Comments
 (0)