header length 65536 != 8192

Issue #37 resolved
Former user created an issue

I'm getting the following warning when I use the basic SAS7BDAT function: "header length 65536 != 8192"

This doesn't seem to have any impact on the dataframe produced, but I was wondering if there was a way to turn off the warning so it doesn't show up in my log.

Comments (1)

  1. Jared Hobbs repo owner

    The package uses standard Python logging so you can just set the log level to something like ERROR rather than the default INFO

  2. Log in to comment