Deploy Python App to the Web with Password

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 5

  • @dynamictechnocrat
    @dynamictechnocrat 3 місяці тому +1

    Thanks

  • @miloniparekh5246
    @miloniparekh5246 5 місяців тому

    Hey Adam thanks for this. Is there a way we can connect to a database like SQL instead of uploading a file?

    • @datawithalvin
      @datawithalvin 5 місяців тому +1

      I think instead directly read csv files with pandas, you could build a connections to your table and create a sql query within the python script to load your data as dataframe. Polars has this capability too, just declare the connection and the query.

  • @ajbei
    @ajbei 5 місяців тому

    Can we use an ipynb file for our app?