Skip to content

Commit 307b750

Browse files
committed
Be explicit about pandas types
1 parent 0404b05 commit 307b750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def Data(
577577
----------
578578
name : str
579579
The name for this variable.
580-
value : array_like or pd.Series, pd.Dataframe
580+
value : array_like or pandas.Series, pandas.Dataframe
581581
A value to associate with this variable.
582582
dims : str or tuple of str, optional
583583
Dimension names of the random variables (as opposed to the shapes of these

0 commit comments

Comments
 (0)