Quantcast
Channel: Shane Lynn
Browsing latest articles
Browse All 17 View Live

Image may be NSFW.
Clik here to view.

Python Pandas read_csv – Load Data from CSV Files

CSV (comma-separated value) files are a common file format for transferring and storing data. The ability to read, manipulate, and write data to and from CSV files using Python is a key skill to master...

View Article



Image may be NSFW.
Clik here to view.

Plotting with Python and Pandas – Libraries for Data Visualisation

Anyone familiar with the use of Python for data science and analysis projects has googled some combination of “plotting in python”, “data visualisation in python”, “barcharts in python” at some point....

View Article

Data Visualisation in Python – Pycon Dublin 2018 Presentation

The ability to explore and grasp data structures through quick and intuitive visualisation is a key skill of any data scientist. Different tools in the Python ecosystem required varying levels of...

View Article

Bar Plots in Python using Pandas DataFrames

Nothing beats the bar plot for fast data exploration and comparison of variable values between different groups, or building a story around how groups of data are composed. The ability to render a bar...

View Article

Plot your Fitbit data in Python (API v1.2)

Introduction Sleeping, and python. Two of my favourite things, when combined with the the Python Fitbit library, Matplotlib, and Pandas, can generate informative plots of your sleeping habits! This...

View Article


Pandas Drop: Delete DataFrame Rows & Columns

Learn how to delete rows & columns from Python Pandas DataFrames using drop(). For large removals, delete rows based on column values using iloc and loc. The post Pandas Drop: Delete DataFrame Rows...

View Article

PostgreSQL: Find slow, long-running and Blocked Queries

If you run a PostgreSQL database, use pg_stat_activity to find and identify slow and blocked processes and queries, with the query text and responsible user quickly. pg_blocking_pids and pg_locks will...

View Article

How to Build a Sentiment and Entity Detection API with Python (1/2)

Sentiment analysis and entity detection are key elements of NLP pipelines today. In this tutorial we'll build a FastAPI based API that can process text passages from HTTP requests to detect sentiment...

View Article


Build a Sentiment & Entity Detection API with FastAPI (2/2)

Part 2/2 of our tutorial on using FastAPI, Flair, Spacy to create a powerful NLP sentiment and entity detection API with Python in less than 70 lines of code. The post Build a Sentiment & Entity...

View Article


Electric Car Prices in Ireland for 2023

Electric car prices for Ireland in 2023, compared by range and car body type and visualised using plotly. MG comes out on top! The post Electric Car Prices in Ireland for 2023 first appeared on Shane...

View Article
Browsing latest articles
Browse All 17 View Live




Latest Images