- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Data Analysts
How to migrate SAS Code to Python Code any tutorials are there what is snowflake schema roll in migration
process
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Schema's typically have no role in code migration, assuming you're referring to star/snowflake type schema not the snowflake cloud service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Schema's typically have no role in code migration, assuming you're referring to star/snowflake type schema not the snowflake cloud service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am urge reeza madam please give basic migratoin SAS tO Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Reeza
I mean no translate the code if suppose existing projects are there so if client asked the same project
using python pandas so how to start task using python pandas for existing datasets i want basic
procedure to understand just because few companies asking those who have experience in sas to python
migration projects thats why i am requesting
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@BrahmanandaRao - Google is your friend. If you search for "SAS to Python conversion" here are the first three links I found:
https://towardsdatascience.com/beginners-guide-to-transition-from-sas-to-python-fcd17438a7a6
https://riskspan.com/sas-to-python-migration/
There are many other links for you to check out. From these you should be able to learn enough to intelligently answer recruitment questions.
BTW, I know pretty much nothing about Python but I do know how to do internet searches and learn from links like the above. You shouldn't have any problem doing the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What is the best way for a SAS programmer to learn Python?
- Tags:
- SAS to Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Since the languages have very different paradigms, a "translation" has to be done by re-implementing the original design in the new language. And the "translator" has to be very proficient in the target language, and proficient in SAS.
So you need to start by making yourself a highly skilled Python programmer, and get to know the purpose(s) of the available SAS code.