We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e38fd commit da2fdedCopy full SHA for da2fded
README.md
@@ -1,2 +1,10 @@
1
-# new
2
-attempt at getting connected
+# pandas_SAS_snippets
+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