Thanks Tim. Interesting suggestion. Would you be suggesting appending the dataframes generated in the for loop to something like a pickle file?
Would there be any memory issues holding that file open while all las files are being read and appended?
Thanks Tim. Interesting suggestion. Would you be suggesting appending the dataframes generated in the for loop to something like a pickle file?
Would there be any memory issues holding that file open while all las files are being read and appended?
Enhancing Visualization of Well Logs With Plot Fills Applying Color Infill to Well Log Data Using matplotlib and fill_betweenx() Log plot shading using fill_betweenx. [Image Created by Author] Matplotlib is a great library to work with in Python and it is one that I always go back to time and time again to work with well logs….
Well Log Data Outlier Detection With Machine Learning and Python Identification of outliers is an essential step in the machine learning workflow Photo by Will Myers on Unsplash Outliers are anomalous points within a dataset. They are points that don’t fit within the normal or expected statistical distribution of the dataset and can occur for a variety of…
Using the missingno Python library to Identify and Visualise Missing Data Prior to Machine Learning An example using petrophysical well log measurements Photo by Tim Mossholder on Unsplash Data exploration and pre-processing are important steps within any data science or machine learning workflow. When working on tutorial or training datasets it can be the case that they…
Exploring Well Log Data Using the Welly Python Library A Python library dedicated to loading and exploring well log LAS files Photo by ali elliott on Unsplash The welly library was developed by Agile Geoscience to help with loading, processing, and analysing well log data from a single well or multiple wells. The library allows exploration of the…
Identification and Handling of Missing Well Log Data Prior to Petrophysical Machine Learning Part 2 in a series going from Exploratory Data Analysis to Machine Learning with Well Log Data Photo by Markus Spiske on Unsplash Machine learning and Artificial Intelligence are becoming popular within the geoscience and petrophysics domains. Especially over the past decade. Machine learning is…
Adding Formation Data to a Well Log Plot Taking well log plots one step further using Python and matplotlib Final well log plot generated using Python’s matplotlib library and contains variable fill on the gamma ray, and a neutron-density crossover fill. Image by author. Well log plots are a common visualization tool within geoscience and petrophysics. They…