Altair slc reading writing sas datasets using latest python and python310 sidebyside
Too long to post here, see github
github
https://github.com/rogerjdeangelis/utl-altair-slc-reading-writing-sas-datasets-using-latest-python-and-python310-sidebyside
PROBLEM
All python versions after 310 cannot read or write sas datasets?
This post provides a way to read and write sas datasets with the latest python.
The user should consider installing only the packages needed to create sas datasets in python310.
Only need these packages in python310?
import pyarrow
import pandas as pd
in python310
You may get a note when installing pyarrow in 310, that the path is not set
ignore the note, we do not want python310 to be in the path.