🌟 Streamlit Extras: extras.streamlit.app/ My favourite one is the "dataframe_explorer" function. Which one was your favourite? Let me know in the comments.
@rezahamzeh3736 Жыл бұрын
Hi, First of all, thanks for your amazing content. You made me start learning and doing Stremlit. Then, what do you think about Panel-HoloViz by Anaconda? Seems very promising but not too much content on the web.
@LukeBarousse2 жыл бұрын
Had no idea about this dataframe explorer function; I'm using about 100 lines of code in my current app to do this same thing; so it's nice to see I can do it with only one line of code now
@CodingIsFun2 жыл бұрын
Hey Luke 👋, thanks so much for checking out my video and for leaving a comment! The dataframe explorer function is definitely one of my favorite features too. 👍
@tiagorodriguesazevedo936110 ай бұрын
Your content is the best i have seen so far, congrats!!
@CodingIsFun10 ай бұрын
Thank you, Tiago Rodrigues! ✌️
@ordaflash2 жыл бұрын
Thank you very much for your videos, I learned many things about data analysis and still learning from your work ! BIG UP
@CodingIsFun2 жыл бұрын
Thank you so much for the kind words! I'm glad to hear that my videos have been helpful in your learning journey. 👍
@sujungpark5764 Жыл бұрын
Thank you so much for your video 😊 it is short and easy to understand :) thank you !
@CodingIsFun Жыл бұрын
Hi Sujung! I'm glad you enjoyed my video, and I appreciate your feedback. Thank you for taking the time to leave a comment and for supporting my channel. 👍
@ipelezikis2 жыл бұрын
Nice! Dataframe explorer is really cool!
@CodingIsFun2 жыл бұрын
Thanks for watching! Yes, I think so too! 👍
@christianrauth1425 Жыл бұрын
My favorite extra is the emoji rain! It is e.g. really useful to get a nice Christmas touch in the Streamlit Apps 🤓
@CodingIsFun Жыл бұрын
Thank you for watching and taking the time to leave a comment, Christian! 🤓
@williansuarez3988 Жыл бұрын
Cada video es oro, gracias saludos desde Venezuela
@CodingIsFun Жыл бұрын
Muchas gracias por tus amables palabras. Me alegra saber que te gustan los videos. Saludos hasta Venezuela!
@MrGedanggoreng Жыл бұрын
Hi. Can you make tutorial avout how to separate stored db of user input per users that have been login? I can't find tutorial about this matter yet. Thanks.
@CodingIsFun Жыл бұрын
Thank you for watching the video & your suggestion.
@florianroeseler24042 жыл бұрын
Super helpful, thanks!
@CodingIsFun2 жыл бұрын
Glad it was helpful!
@init_yeah2 жыл бұрын
Please make more streamlit vids, also i just spent like 2 months basically coding a dataframe explorer 😭😂 only for you to come say its already made.
@CodingIsFun2 жыл бұрын
Haha, sorry about that! It's always frustrating when you spend a lot of time working on something only to find out later that there's an easier way to do it. But at least now you know an easier way to implement that feature going forward. And don't worry, I'll definitely try to make more streamlit videos in the future. Thanks for the suggestion and for watching my videos. 👍
@ordaflash Жыл бұрын
Hello, in the dataframe_explorer is it possible to hide some filters but display the corresponding cols in the df ?
@CodingIsFun Жыл бұрын
The dataframe_explorer takes only one argument -> the dataframe. For any customization, you might need to create your own solution. Happy Coding!
@ordaflash Жыл бұрын
@@CodingIsFun ok thank you !
@rashmisingh6712 Жыл бұрын
Hello Sir, Thank you for all your efforts and work. Can you please tell me that how can i add conditions in toggle button so that after clicking on toggle switch main page will change in night mode from day mode.
@CodingIsFun Жыл бұрын
Thanks for watching. As far as I know, this is not (natively) supported ( discuss.streamlit.io/t/dark-mode-off-and-on/37113 )
@rashmisingh6712 Жыл бұрын
@@CodingIsFun Ok Sir..🙂
@math87636 Жыл бұрын
Hello, Thank you for all your efforts and work ! i just want your pov about an issue that i got using the dataframe_explorer. When i run my app in local, it works perfectly, but when i hosted my app (using streamlit share) I got a checkbox with the message : "🔭i want to explore this dataframe" (with the emoji) unstead of the filter bar. it's really confusing.. ty for your answer.
@CodingIsFun Жыл бұрын
Thank you for watching! It is strange that you experienced this issue, as the Streamlit Cloud hosts the demo page for streamlit-extras. If you are certain this is a bug, I suggest raising an issue on GitHub for further investigation.
@math87636 Жыл бұрын
@@CodingIsFun it finally works whan i removed an emoji from my main pyhton file. Thank you for the answers !
@DiegoHerrero-we5qc Жыл бұрын
I love the chart container, is it possible to change the chart type?
@CodingIsFun Жыл бұрын
Yes, you can insert different streamlit chart types
@souravbarua3991 Жыл бұрын
How to use if else statement in for loop by clicking button in streamlit using pandas dataframe? I mean by clicking search button in streamlit app it will first iterate to rows of dataframe and if desiered value found it will show the entire row values and else will print 'not found'. My if statement is working but else statement is not working. Pls help me out.
@CodingIsFun Жыл бұрын
Thanks so much for watching the video and leaving a comment! Your request is definitely noted. However, I get a ton of requests for custom solutions and, as much as I'd love to help everyone out, I just don't have the time in my schedule to develop and test all of them. I hope you can understand. Happy Coding!
@codeprogroup Жыл бұрын
Powerful...thanks alot
@CodingIsFun Жыл бұрын
Glad to hear you liked it! Thank you for commenting and watching.
@diego.marani Жыл бұрын
I love the metric cards but when I select the dark mode the numbers inside are not visible, is there a way to fix it?
@CodingIsFun Жыл бұрын
Thanks for watching. As far as I can see, one workaround would be to change the background color of the card: style_metric_cards( background_color = "#000")
@diego.marani Жыл бұрын
@@CodingIsFun sorry for my english im spanish and use traductor. Thanks for your help. The problem with this solution when switch to the light mode the values were not visible, i saw how to make a customm css and i was able to solve it.
@tusharbhatnagar8143 Жыл бұрын
Hey Sven, Quite interesting videos. By any chance is there a way to convert the Streamlit app into a PWA? Any ideas around it?
@CodingIsFun Жыл бұрын
Thanks for watching. I am not sure, if that is possible.
@abir95571 Жыл бұрын
Streamlit is all good until we have to change margins and padding.. I've been trying to fix the massive gap on the top of every streamlit page . Checked through a few posts nothing seems to work. Can you make a vid on it ? It feels I should have stuck to plotly dash 😢
@CodingIsFun Жыл бұрын
Thank you for watching the video & your suggestion.
@csfelix08 Жыл бұрын
More videos about 'Streamlit Sagaaaaaaaaaaaaaaaaaaaaa!!!!!!!!!!!!!!!!!!!"
@CodingIsFun Жыл бұрын
Thanks for watching. I'll definitely consider creating more videos on Streamlit. 👍
@01st162 жыл бұрын
Thx
@CodingIsFun2 жыл бұрын
You're very welcome! Thank you for watching and for the comment!
@abdollahchelasi1477 Жыл бұрын
I wrote a todo app with streamlit. When I upload it, it will be remove after a few hours. How can I give an address in the database? sqlite3.connect('picscols.db') When I put it in github and deploy it, how should I give sqlite3 address in github?
@CodingIsFun Жыл бұрын
Thanks for watching the video. Check out the following page: docs.streamlit.io/knowledge-base/tutorials/databases I hope it helps! Happy Coding!