Tag: data visualization

  • Overview of AWS Tech Portfolio 2023

    Overview of AWS Tech Portfolio 2023

    This article provides with an overview of 50+ Amazon Web Services (AWS) 2023. AWS is the leading vendor of cloud services and infrastructure, dominating the cloud computing market: Amazon net sales increased by 15% to $127.1 billion in Q3 2022 as compared to $110.8 billion in Q3 2021. AWS segment sales increased by 27% year-over-year to reach…

  • Risk-Return Analysis and LSTM Price Predictions of 4 Major Tech Stocks in 2023

    Risk-Return Analysis and LSTM Price Predictions of 4 Major Tech Stocks in 2023

    The open-source Python workflow breaks down our investigation into the following 4 steps: (1) invoke yfinance to import real-time stock information into a Pandas dataframe; (2) visualize different dataframe columns with Seaborn and Matplotlib; (3) compare stock risk/return using historical data; (4) predict stock prices in 2023 with the trained LSTM model. Input Data Let’s…

  • Trending YouTube Video Data Science, NLP Predictions & Sentiment Analysis

    Trending YouTube Video Data Science, NLP Predictions & Sentiment Analysis

    Table of Contents Global YT WordCloud Let’s begin with the Kaggle YT TextHero dataset containing 3599 rows and 4 columns. Let’s set the working directory YOURPATH import osos.chdir(‘YOURPATH’) os. getcwd() and import all necessary modulesfrom wordcloud import WordCloud, STOPWORDSimport matplotlib.pyplot as pltimport pandas as pd Let’s read the input dataset df = pd.read_csv(r”youtube0.csv”, encoding =”latin-1″)…

  • Turkey/Syria Earthquake Live Knowledge Update & Charity Guide

    Turkey/Syria Earthquake Live Knowledge Update & Charity Guide

    Today’s Earthquakes in Turkey Sunday, 12 March 2023: Turkey has had: (M1.5 or greater) The largest earthquake in Turkey: Inside Turkey’s post-earthquake homelessness crisis – BBC News: Earthquake survivors are living on the streets in Turkey, one month on from the devastating earthquakes that killed more than 50,000 people across southern Turkey and northern Syria. Past Events…

  • NETFLIX Interactive Visualization with Plotly

    NETFLIX Interactive Visualization with Plotly

    Featured Photo by Roberto Nickson on Pexels This project consists in the implementation of Python-3 Exploratory Data Analysis (EDA), streaming data visualization and highly interactive Plotly UI for reviewing Netflix movies and TV shows. Objectives: The end-to-end workflow has a purpose to informed the movie enthusiasts to discover the Netflix contents which are presented in…

  • Interactive Global COVID-19 Data Visualization with Plotly

    Interactive Global COVID-19 Data Visualization with Plotly

    Featured Photo by Artem Podrez on Pexels. Coronavirus Country Profiles: The Value of COVID-19 Data Analytics: Using COVID-19 data to fight and contain the pandemic with data science/analytics and interactive visualization is critical to protect public health and save lives. Using global data through mobile & web applications will allow us to beat COVID-19 faster.…

  • A Roadmap from Data Science to BI via ML

    A Roadmap from Data Science to BI via ML

    This post describes a Data Science (DS) roadmap, with relevant business applications. It has been written for aspiring data scientists, technical experts who work with data scientists, data-driven technology stakeholders, or anyone interested in learning about what DS is and what it’s used for. Why DS: The average base salary of a data scientist in…

  • Hands-Off USGS Webscraping of Earthquakes- Worldwide (24 Hours)

    Hands-Off USGS Webscraping of Earthquakes- Worldwide (24 Hours)

    Featured image USGS Magnitude 2.5+ Earthquakes, Past Day. Forbes: One out of three people in the world is exposed to earthquakes, a number which almost doubled in the past 40 years. On average earthquakes cause nearly US$40 billion in direct economic loss every year, by destroying production sites and disrupting transport lines. Knowing an area’s…

  • Power BI for Data Science

    Power BI for Data Science

    Get Started Now at PowerBI.com Join the Group: Power BI For Data Science What is Power BI? Microsoft’s business analytics product, Power BI, delivers interactive data visualization BI capabilities that allow users to see and share data and insights throughout their organization. Power BI provides insight data by using data interactively and exploring it by visualizations.…

  • Gulf’s Oil Price Web Scraping in R

    Gulf’s Oil Price Web Scraping in R

    Gulf’s Oil Price Web Scraping in R. Gulf states to gain $1.3 trillion in additional oil revenue by 2026: IMF. We discuss the basics of sourcing oil market price data for free online. discuss the basics of sourcing oil market price data for free online. Webscraping in R is a technique to retrieve large amounts…

  • Cloud-Native Tech Status Update Q3 2022

    Cloud-Native Tech Status Update Q3 2022

    Cloud Computing Trends Q3 2022, market Share update key services IaaS PaaS FaaS Saas Cloud digital transformation all-the-way DevSecOps CI/Cd GitLab MLOps IoT Tech GCP gateway Big data Deloitte use-cases Stock markets Health Tech Cybersecurity Highlights Events Webinars AWS Storage E-training

  • Drug Review Data Analytics

    UCI Drag Review Data Analytics An AI assisted medication recommender framework is truly vital with the goal that it can assist specialists and help patients to build their knowledge of drugs on specific health conditions. We Build a Drug Recommendation System that recommends the most effective drug for a certain condition based on available reviews…

  • Simple E-Commerce Sales BI Analytics

    Simple E-Commerce Sales BI Analytics

    Good businesses learn from previous efforts and test future ideas using e-commerce analytics (ECA). ECA enable you to delve deep into historical BI data, and future forecasting so that you can make the optimized business decisions.  The key benefits of ECA are as follows: Let’s look at the warehouse optimization problem by analyzing Kaggle sales…

  • AI-Powered Customer Churn Prediction

    AI-Powered Customer Churn Prediction

    AI-Powered Customer Churn Prediction Churn is a good indicator of growth potential. Churn rates track lost customers, and growth rates track new customers—comparing and analyzing both of these metrics tells you exactly how much your business is growing over time. In this project, we explored the churn rate in-depth and examined an example implementation of…

  • Firsthand Data Visualization in R: Examples

    “The simple graph has brought more information to the data analyst’s mind than any other device.” — John Tukey R is an amazing platform for data analysis, capable of creating almost any type of graph. R is a programming language and software environment for statistical analysis, graphics representation and reporting. R is freely available under the GNU…