BookmarkSubscribeRSS Feed
DelvidioNeto
Calcite | Level 5

Hi!
I'm creating an ETL - SQL Server for SAS with python, but my output is a panda dataframe, which I'm not able to convert to sas7bdat with saspy.

 

I'm using this function:

saspy.dataframe2sasdata(df='mydf',
                        table="my_clients",
                        libref='my_lib',
                        datetimes={'dt_client  ' : 'DATE9.'},
                        outfmts={'id':'11.','payment':'BEST.'}
                        )
But return a error: AttributeError: 'str' object has no attribute 'columns'
Is this function correct for what I need?
1 REPLY 1
sbxkoenk
SAS Super FREQ

Cannot help you right away 🙁 .

 

But have a look here (saspy-resources😞

Koen

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 777 views
  • 0 likes
  • 2 in conversation