Skip to content

Commit c0e19b0

Browse files
committed
WSetting data in Statawriter init
1 parent 9ca0a98 commit c0e19b0

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
@@ -2266,6 +2266,7 @@ def __init__(
22662266
value_labels: dict[Hashable, dict[float | int, str]] | None = None,
22672267
):
22682268
super().__init__()
2269+
self.data = data
22692270
self._convert_dates = {} if convert_dates is None else convert_dates
22702271
self._write_index = write_index
22712272
self._time_stamp = time_stamp

0 commit comments

Comments
 (0)