- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 12-05-2023 03:12 AM
(887 views)
Is there anybody who did a migration from SAS to python? Did it work well and what programming techniques did you use? When using SASpy to read SAS datasets, you get the data in pandas dataframes. Did you keep those dataframes, iterate through the rows, manipulate them, sorting, merging and so on? Does it make sense to keep that SAS style of programming?