SAS Tutorial | How to Connect SAS and Python Using Jupyter Notebooks

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 36

  • @michaeltuchman9656
    @michaeltuchman9656 3 года назад +6

    This is very helpful for combining the best features of both languages, and great for helping people who grew up with Python to leverage SAS code. I'm glad you explain what advantage does doing the same thing in Python have over doing the same task using SAS capabilities.

    • @SASUsers
      @SASUsers  3 года назад

      We're so glad you found it helpful! 🙂

  • @johnmccall6220
    @johnmccall6220 3 года назад +4

    Thanks Ariel and Michael. Nice job!

  • @bierimquartier4358
    @bierimquartier4358 3 года назад +1

    Thanks for the valuable info!

    • @SASUsers
      @SASUsers  3 года назад

      Of course, we're glad you found it useful!

  • @NyiNyi-bg2zg
    @NyiNyi-bg2zg Год назад

    Please share how to connect to SAS Oda from the Anaconda Cloud. Thank you.

    • @SASUsers
      @SASUsers  Год назад

      Let us know if this communities post helps: 2.sas.com/6056OqxcC

  • @asifgeneral
    @asifgeneral 2 года назад

    I am getting the error "Cannot use STDIO I/O module on Windows. Try the following: IOM". How to fix this any idea?

    • @SASUsers
      @SASUsers  2 года назад

      Asif, thank you for your inquiry. We are checking to see what might be the best resource for you on this.

    • @SASUsers
      @SASUsers  2 года назад

      Asif, after further researching, we would recommend you work with technical support on this issue. We cannot provide Technical Support in this RUclips feedback area. You might try either opening a track with SAS Tech support or search in the SAS Community Forums for help. For example, this exact error message was solved in this track: 2.sas.com/6054KnSvM in the SAS Communities. The Community Forum for Jupyter Notebook is here: 2.sas.com/6055KnSv3 although you will find questions posted in other tracks.. To open a track with Tech Support, fill out the form at this link: 2.sas.com/6056KnSvO .

  • @johnrussell5715
    @johnrussell5715 3 года назад +1

    How do you handle authentication to ODA?

    • @SASUsers
      @SASUsers  3 года назад

      Hi John! Let us know if this link answers your question:
      2.sas.com/6058yrZQi

  • @yoannkouame3282
    @yoannkouame3282 3 года назад

    I install saspy with :
    ! pip install saspy and establish a sas session
    sas = saspy.SASsession cause when I saspy.SASsession() it not work after trying to create the cars data set
    car_data = sas.sasdata(table='cars',libref='sashelp')
    it doesn't work and give this error : TypeError: sasdata() missing 1 required positional argument: 'self'
    Any idea ? thanks

    • @SASUsers
      @SASUsers  3 года назад

      Hi Yoann! We're looking into this for you and will follow back up with more info! 🙂

    • @yoannkouame3282
      @yoannkouame3282 3 года назад

      Thanks @@SASUsers!

    • @SASUsers
      @SASUsers  3 года назад

      Hi! We looked into this, and we can't post code or screen shots in this RUclips feedback area or provide the type of detailed debugging help that you need. Your best resource for questions like this are to either post a question in the Community Forum for Python, here: 2.sas.com/6054yZUGe or to open a track with SAS Tech Support. To open a track with Tech Support, fill out the form at this link: 2.sas.com/6055yZUG5 .
      Thanks!

  • @zefur321
    @zefur321 3 года назад

    How you can connect to SAS Dataset without any authentication?

    • @SASUsers
      @SASUsers  3 года назад

      Hi! We're checking on this for you and will follow back up with more info shortly! 👍

    • @SASUsers
      @SASUsers  3 года назад

      Hi! How you connect to a SAS dataset will depend on the configuration for the environment where you're working. For example, in a single user environment, you may not need any authentication to open data. However, in a client/server configuration or a configuration controlled by metadata, you may not be able to avoid authentication. This is the type of question that is best handled by working with SAS Technical Support. They can look at your configuration and collect information about your security model to help you come to the most appropriate solution. To open a track with Tech Support, fill out the form at this link: 2.sas.com/6054y4CWp . You can also post your question in the Administration and Deployment Community Forum, here: 2.sas.com/6055y4CWV

  • @guilhermegonzalez5501
    @guilhermegonzalez5501 2 года назад

    Does it work with enterprise guide?

    • @SASUsers
      @SASUsers  2 года назад

      Guilherme, thank you for your inquiry! We are checking on this for you!

    • @SASUsers
      @SASUsers  2 года назад +1

      Yes, you can use the IOM method to connect to SAS Enterprise Guide. Please refer to this link for more information
      2.sas.com/6055MRcGc

  • @nosolomusica22
    @nosolomusica22 11 месяцев назад

    Muchas gracias

  • @andyjessen
    @andyjessen 3 года назад

    Can you share the jupyter notebook?

    • @SASUsers
      @SASUsers  3 года назад

      Andy, thank you for your inquiry! We are researching this for you!

    • @SASUsers
      @SASUsers  3 года назад +1

      We've added a link to the notebook in the description. Thanks for asking!

    • @SASUsers
      @SASUsers  3 года назад

      Actually, you can find more information on this topic under the "Show More" section under this video.