How to load hundreds of datasets in a Streamlit app with PyDataset

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 7

  • @zahrafarook6342
    @zahrafarook6342 11 หลายเดือนก่อน

    I’ve a question regarding using streamlit. I have a python notebook created for analyzing some citizen science data for one particular city. I want to replicate the same kind of analysis for different cities. Example, load the data, clean data, do the basic statistical analysis and machine learning models etc.
    I want to automate this functions so people can do the same task without coding. Is steamlit suitable for this ? Thanks

  • @klabauter-ev4ix
    @klabauter-ev4ix ปีที่แล้ว

    This should work:
    idx = data().index[data()['dataset_id'] == selected_data]
    title_data = data().at[idx[0], 'title']

  • @rodrigocamilo
    @rodrigocamilo 2 ปีที่แล้ว +1

    ☁️

  • @wesleypereiradasilveira6049
    @wesleypereiradasilveira6049 ปีที่แล้ว

  • @carytodd3368
    @carytodd3368 2 ปีที่แล้ว

    P𝐫O𝕞O𝓢m 👍

  • @dakshbhatnagar
    @dakshbhatnagar ปีที่แล้ว

    ☁️

  • @johnaffolter7483
    @johnaffolter7483 ปีที่แล้ว