DORSETRIGS
Home

data-analysis (38 post)


posts by category not found!

How to render a stacked bar chart and grouped (clustered) bar chart in vega-lite?

Visualizing Data with Vega Lite Mastering Stacked and Grouped Bar Charts Vega Lite is a powerful data visualization library that allows you to create sophistica

2 min read 05-10-2024 39
How to render a stacked bar chart and grouped (clustered) bar chart in vega-lite?
How to render a stacked bar chart and grouped (clustered) bar chart in vega-lite?

Entity Framework + PostgreSql : very slow API performance on million rows

Entity Framework Postgre SQL Taming the Performance Beast on Millions of Rows Scenario You ve built a robust API powered by Entity Framework EF and Postgre SQL

2 min read 05-10-2024 47
Entity Framework + PostgreSql : very slow API performance on million rows
Entity Framework + PostgreSql : very slow API performance on million rows

Checking the values in a list against Pandas DataFrame

Streamlining Data Validation Checking List Values Against a Pandas Data Frame Problem You have a list of values and a Pandas Data Frame and you need to check if

2 min read 05-10-2024 45
Checking the values in a list against Pandas DataFrame
Checking the values in a list against Pandas DataFrame

How to use DAX to filter rows based on a date slicer

How to Use DAX to Filter Rows Based on a Date Slicer in Power BI When working with data in Power BI the need to filter rows based on specific criteria is crucia

2 min read 30-09-2024 68
How to use DAX to filter rows based on a date slicer
How to use DAX to filter rows based on a date slicer

Formulas has an "@" between them when i use xlsx writer to create a excel sheet in python

Understanding the Symbol in Formulas When Using Xlsx Writer in Python If you re working with Excel files in Python using the Xlsx Writer library you may have en

2 min read 29-09-2024 54
Formulas has an "@" between them when i use xlsx writer to create a excel sheet in python
Formulas has an "@" between them when i use xlsx writer to create a excel sheet in python

How to create Batch Job using Open AI batch api for my code?

How to Create a Batch Job Using the Open AI Batch API Creating a batch job with the Open AI Batch API can streamline how you process multiple requests and gener

2 min read 29-09-2024 61
How to create Batch Job using Open AI batch api for my code?
How to create Batch Job using Open AI batch api for my code?

Calculated table from 2 tables and sum DAX

Understanding DAX Creating a Calculated Table from Two Tables and Summing Values In the realm of data analysis and reporting particularly when working with Powe

2 min read 29-09-2024 51
Calculated table from 2 tables and sum DAX
Calculated table from 2 tables and sum DAX

How to show timeseries data up to selected month in Power BI line chart with a Slicer

How to Show Time Series Data Up to Selected Month in Power BI Line Chart with a Slicer Power BI is a powerful business intelligence tool that allows users to vi

3 min read 24-09-2024 52
How to show timeseries data up to selected month in Power BI line chart with a Slicer
How to show timeseries data up to selected month in Power BI line chart with a Slicer

Power BI file size not making sense

Understanding Power BI File Size Why It Might Not Make Sense Power BI is a powerful business analytics service that provides interactive visualizations and busi

3 min read 23-09-2024 46
Power BI file size not making sense
Power BI file size not making sense

Plotly graph value reading issues and hover data issues

Troubleshooting Plotly Graph Value Reading and Hover Data Issues Plotly is an advanced graphing library that enables developers to create interactive and visual

2 min read 22-09-2024 50
Plotly graph value reading issues and hover data issues
Plotly graph value reading issues and hover data issues

ERROR when running a CSV file in jupyter notebook

Troubleshooting CSV File Errors in Jupyter Notebook If you ve ever encountered issues while trying to run a CSV file in Jupyter Notebook you re not alone Many u

3 min read 22-09-2024 63
ERROR when running a CSV file in jupyter notebook
ERROR when running a CSV file in jupyter notebook

Distinct Count Rows with filter on Same column with Multiple Rows

Distinct Count Rows with Filter on the Same Column with Multiple Rows When working with data particularly in applications like Excel SQL databases or data visua

3 min read 20-09-2024 54
Distinct Count Rows with filter on Same column with Multiple Rows
Distinct Count Rows with filter on Same column with Multiple Rows

Set up drill through correctly

A Guide to Setting Up Drill Through Correctly In todays data driven world businesses thrive on the insights that data provides One powerful feature that enhance

2 min read 20-09-2024 39
Set up drill through correctly
Set up drill through correctly

DAX Measure to return column values based on slicer

Understanding DAX Measures How to Return Column Values Based on a Slicer When working with Power BI one powerful feature is the ability to use DAX Data Analysis

2 min read 19-09-2024 50
DAX Measure to return column values based on slicer
DAX Measure to return column values based on slicer

How to do aggregations while preserving the same number of rows?

How to Perform Aggregations While Preserving the Same Number of Rows in Data Frames When working with data particularly in data analysis and data science it s c

2 min read 18-09-2024 52
How to do aggregations while preserving the same number of rows?
How to do aggregations while preserving the same number of rows?

I have selected two columns in a groupby object. How do I apply a true or false filter on one and then apply a function on the other?

Filtering and Applying Functions to Grouped Data in Pandas Lets say you re working with a Pandas Data Frame and you ve grouped it by a specific column Now you w

2 min read 13-09-2024 50
I have selected two columns in a groupby object. How do I apply a true or false filter on one and then apply a function on the other?
I have selected two columns in a groupby object. How do I apply a true or false filter on one and then apply a function on the other?

Pandas Profiling error within google colab

Conquering the concat got an unexpected keyword argument join axes Error in Pandas Profiling within Google Colab Have you ever encountered the frustrating conca

less than a minute read 05-09-2024 50
Pandas Profiling error within google colab
Pandas Profiling error within google colab

How to make Cell input part (code) disappear -show only output- when creating slides using Jupyter notebook and nbconvert?

Creating Clean Slides from Jupyter Notebooks Hiding Code Showing Results Creating visually appealing and concise presentations from Jupyter Notebooks is a commo

2 min read 03-09-2024 54
How to make Cell input part (code) disappear -show only output- when creating slides using Jupyter notebook and nbconvert?
How to make Cell input part (code) disappear -show only output- when creating slides using Jupyter notebook and nbconvert?

How To Read A Text File, Stop After Encountering A Certain Value And Continue Reading

How to Read a Text File Stop After Encountering a Certain Value and Continue Reading This article explores a common programming challenge reading a text file st

2 min read 03-09-2024 57
How To Read A Text File, Stop After Encountering A Certain Value And Continue Reading
How To Read A Text File, Stop After Encountering A Certain Value And Continue Reading

Dunn index and inertia in kmeans algorithm

Understanding K means Clustering Dunn Index and Inertia The K means algorithm is a popular unsupervised learning technique used to group data points into cluste

3 min read 01-09-2024 52
Dunn index and inertia in kmeans algorithm
Dunn index and inertia in kmeans algorithm

How to apply a filter in Apache Superset to a column not in the final query

Filtering on Hidden Columns in Apache Superset A Deep Dive Apache Superset is a powerful data exploration and visualization tool but sometimes you might encount

3 min read 01-09-2024 52
How to apply a filter in Apache Superset to a column not in the final query
How to apply a filter in Apache Superset to a column not in the final query

what is correct way to change data types before data analysis?

Data Type Transformations A Guide for Data Analysis Data types play a crucial role in data analysis Understanding and correctly transforming data types allows y

2 min read 31-08-2024 53
what is correct way to change data types before data analysis?
what is correct way to change data types before data analysis?

POWERBI - DAX - RunningTotal

Mastering Running Totals in Power BI with DAX A Comprehensive Guide Calculating running totals is a common requirement in data analysis particularly when you ne

3 min read 31-08-2024 52
POWERBI - DAX - RunningTotal
POWERBI - DAX - RunningTotal

Dax measure error in a table with 100 rows but not in one with 50 rows

DAX Measure Error The Tale of Two Tables Power BI DAX measures can be powerful tools for data analysis but sometimes they can throw unexpected errors One common

2 min read 31-08-2024 49
Dax measure error in a table with 100 rows but not in one with 50 rows
Dax measure error in a table with 100 rows but not in one with 50 rows

Universal Kriging Accuracy with Strain Field

Universal Kriging for Strain Field Interpolation A Deep Dive This article explores the challenges of using Universal Kriging UK for interpolating strain fields

3 min read 30-08-2024 55
Universal Kriging Accuracy with Strain Field
Universal Kriging Accuracy with Strain Field