Carolina Mendoza BHow to perform 4 basic text analytics functions with NLTK — PythonLearn how to start your NLP and text mining projects with 4 basic functions: tokenization, Stop Words, N grams and frequency distribution.Jan 9, 20231Jan 9, 20231
Carolina Mendoza BNews scraping with Python — with 3 simple stepsThis time, we’ll scrape news articles from a News portal and export it to a JSON file.Dec 30, 20221Dec 30, 20221
Carolina Mendoza BHow to extract data from PDF files with Python — nice and easyMy challenge this week was to extract MSCI’s Environmental, Social, and Governance (ESG) IVA scores from multiple PDF files. I only had…Nov 16, 20223Nov 16, 20223
Carolina Mendoza BMapping World Development Indicators data in R with ggplot2In this post we are going to create two world maps:Nov 9, 2022Nov 9, 2022
Carolina Mendoza BGetting currency exchange rates to a Pandas data frame (with less than 10 lines of code)If you have ever wanted to download Historical currency exchange rates for financial data with less than 10 lines of code, here is how you…Nov 8, 20221Nov 8, 20221
Carolina Mendoza BWeb Scraping- getting product data from a fashion website using Beautiful Soup -PythonIn this post, I am going to show you how to extract data from a global fashion brand, and store it in a Pandas Dataframe, to be saved later…Nov 8, 20223Nov 8, 20223