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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 688 views
  • 0 likes
  • 2 in conversation