Skip to content

Commit 0311142

Browse files
committed
WSetting data in Statawriter init
1 parent 05d4d74 commit 0311142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/stata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,7 @@ def __init__(
22862286
value_labels: dict[Hashable, dict[float | int, str]] | None = None,
22872287
):
22882288
super().__init__()
2289+
self.data = data
22892290
self._convert_dates = {} if convert_dates is None else convert_dates
22902291
self._write_index = write_index
22912292
self._time_stamp = time_stamp

0 commit comments

Comments
 (0)