Skip to content

Commit da2fded

Browse files
committed
changed purpose
1 parent c1e38fd commit da2fded

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# new
2-
attempt at getting connected
1+
# pandas_SAS_snippets
2+
Simple repo containing a test file for the sas7bdat.py file.
3+
4+
I reached an error on line 334 in this file (an else clause) that attempts to execute the following line:
5+
``` buf = self._path_or_buf.read(_os_maker_offset, _os_maker_length) ```
6+
7+
The test file is
8+
* productsales.sas7bdat
9+
10+
I've also uploaded a version of sas7bdat.py that changes `read` to `_read_buf`

0 commit comments

Comments
 (0)