Holy bar_label! I’d never see that before! I’ve still been using for-loops to set the data labels all this time!
@victoriadee94899 күн бұрын
Thanks a lot Andy!
@VathSaran-f6r27 күн бұрын
woww easily understood! gonna practice it`!
@rena687229 күн бұрын
that was very helpful, keep it up 👍
@alikoohi826529 күн бұрын
can you share the data used in this tutorial?
@joguns8257Ай бұрын
Superb teaching
@MgmtАй бұрын
This video really saved my bacon when I had a short deadline and a .LAS file sent my way unexpectedly. Thanks for this valuable well-presented knowledge.
@AndyMcDonald42Ай бұрын
Glad it helped!
@salmansiddiqui9502Ай бұрын
Thank you. I found this video insightful and very impressive.
@AndyMcDonald42Ай бұрын
Glad it was helpful!
@elife9508Ай бұрын
What an amazing tutorial! Thank you!
@gustavoandrespinzonlandaza5015Ай бұрын
Hi Andy, I am trying to install Lasio but I got an error. ModuleNotFoundError: No module named 'lasio'
@AndyMcDonald42Ай бұрын
Lasio can be installed by using “pip install lasio” in a command prompt. Then you should be able to import it into your code
@rokaskrisciunas6015Ай бұрын
Why are they useful? Do we know what qualities does these clusters have? Are they meaningful if we have lots of variables?
@Joud3011Ай бұрын
I'm using k-means for the first time. my dataset has more than 400,000 rows and 11 columns, I run the k-means for k= 3, 5, 7, 9, and 10. it took more than 3 hours and still no output. is that normal?
@deividbejarano23862 ай бұрын
Where is the meaning the columns of Data?
@I_am_a_dataanaylst2 ай бұрын
Can I use anaconda to code this
@pinkysaikia62622 ай бұрын
Very nice explanation.
@1i1hawk1i12 ай бұрын
Is there any way for you to automate spike removal in log data?
@manas42 ай бұрын
Thank you!
@Leopar5252 ай бұрын
You’re a star. Thank you. Subscribed… very well explained
@chromepunk-mm5up2 ай бұрын
criminally underrated channel! Your explanations are superb
@RolandoLopezNieto3 ай бұрын
Great video
@TheWraithkiller3 ай бұрын
Has anyone had an issue with In[9] when running from Jupyter Lab? Have fully checked for any spelling errors. The assignment and new columns seems to try to access. KeyError: "None of [Index(['RHOB_T', 'GR_T'. 'NPHI_T', 'PEF_T', 'DTC_T'], dtype='object')] are in the [columns]"
@akande883 ай бұрын
great tutorial, thank you.
@joeyc6663 ай бұрын
I wonder if something has broken since this video has come out. I am trying PyGwalker for the first time When I go `pyg.walk(df)` The resulting sell hangs at "Loading Graphical Walker UI" and doesn't go anywhere This happens on Firefox and Chrome. Any ideas how to resolve?
@joeyc6663 ай бұрын
Interesting, I got it working by uninstalling jupyterlab and then installing notebook 🤷🏾♀ I'll leave this here in case it helps anyone
@halamohammed18993 ай бұрын
Very nice work but I need to export the values of the predicted log to upload it on the system as a Las file
@Samuel-br6lr3 ай бұрын
Hi, the st.session_state only worked to allow other pages have access to that file, but the main page refreshes and lose that data still. Any comments on this?
@789Moonlight3 ай бұрын
hi. thank you for this wonderful tutorial. where do you recommend choosing data sets from?
@NH-xl6du3 ай бұрын
Great tutorial! This was verry helpful, thanks
@bassam76274 ай бұрын
I am a reservoir engineer interested in coding. I have just started my career with one of the biggest oil companies in the world. Trust me when I say this, I have just found your channel and it feels like I have found a treasure. I haven't watched any of your videos yet, but I am just thankful enough that you are paving the way for code integration in the oil and gas industry. Cheers.
@lschiavetti4 ай бұрын
nice!
@AndyMcDonald424 ай бұрын
The code and data for this video can be found as part of my Petrophysics & Python Series on Github: github.com/andymcdgeo/Petrophysics-Python-Series Direct Notebook Link: github.com/andymcdgeo/Petrophysics-Python-Series/blob/master/33%20-%20Auto%20Outlier%20Detection%20-%20Isolation%20Forest.ipynb Data Folder: github.com/andymcdgeo/Petrophysics-Python-Series/tree/master/Data
@johnspivack4 ай бұрын
This guy talks way too fast and isn't clear. He may be brilliant, but i don't think he should be an educator.
@nilanjanchatterjee4744 ай бұрын
My data tab is showing no values after writing pyg.walk(dataframe_name)... can someone help please?
@abinash014 ай бұрын
Thank you! and appreciate your content.
@vitorribeirosa4 ай бұрын
Thank you for sharing.
@MegaChilisauce4 ай бұрын
Why is the pages directory not located inside the src directory?
@AndyMcDonald424 ай бұрын
I believe it needs to be in the same directory as the main Streamlit app.py file for it to work and for the pages to be picked up automatically. I guess you could move the app.py file and the pages directory into the src directory and run it all from there. There are a number of ways the structure could be setup. This is the one I found that works for me just now. 🙂
@Jim-KQ4YUS4 ай бұрын
Thanks!
@Murilo-w8e4 ай бұрын
helped a lot, thanks
@BabiryeShakira-g4s4 ай бұрын
Is there a way I can get this exact dataset?
@AndyMcDonald424 ай бұрын
The code and data for this video can be found as part of my Petrophysics & Python Series on Github: github.com/andymcdgeo/Petrophysics-Python-Series Direct Notebook Link: github.com/andymcdgeo/Petrophysics-Python-Series/blob/master/33%20-%20Auto%20Outlier%20Detection%20-%20Isolation%20Forest.ipynb Data Folder: github.com/andymcdgeo/Petrophysics-Python-Series/tree/master/Data
@naufallhabib5 ай бұрын
Thanks for sharing sir Andy, i got an issue with the well.plot command = not showing the curve plot. The output is : Axes(0.125,0.11;0.775x0.77). Hope you can answer it while I'm finding the solution as well. 🙏🙏
@dougclendening58965 ай бұрын
I haven't found a single video that basically explains what lines 8, 9 and 10. Some videos talk about trees but are too generic and don't give real examples in the nodes. Videos like this shows the code but don't talk about how any of this is related to an actual tree or set of logic. How the heck are we getting there? Also, I don't think you showed an example row of data. Are all of the data numbers?
@HalkawtMawlood5 ай бұрын
There is one issue with PyGwalker in Python and R you can't count of the city names in a chart meanwhile in Powerbi you can do it easily to see the count of each city. Is there any solution?
@marksponge90735 ай бұрын
Here in 2024. This saved me a huge amount of time. Thank you so much.
@m126525 ай бұрын
Wow... i just installed pygwalker and now i can't run pandas.... i just get a "partially initialized module 'pandas' has no attribute _pandas-parser_capi ( most likely dues to a circular import)