Skip to main content
Best practices
0 votes
0 replies
68 views

I have recently started a new job as a data engineer. The current setup for downstream data is data is being pushed to a Storage BLOB in Azure and is being ingested with ADF to a Azure SQL DB. The ...
DottenZ's user avatar
0 votes
1 answer
77 views

I got my data in PowerBI by connecting to Azure Synapse, where I need to transform a column in PowerBI where the column (text) contains list of numeric values eg. [0,1.0,0.05] in a single row needs to ...
Megha M's user avatar
0 votes
1 answer
120 views

I have a | delimited csv file with data as shown below. AccountID|BounceSubcategory|BounceTypeID|BounceType|SMTPBounceReason|SMTPMessage|SMTPCode|TriggererSendDefinitionObjectID|...
Priyanka2304's user avatar
2 votes
1 answer
75 views

I have a data set like the following and want to scale the data using any of the scalers in sklearn.preprocessing. Is there an easy way to fit this scaler not over the whole data set, but per group? ...
ascripter's user avatar
  • 6,333
2 votes
5 answers
113 views

Suppose I have this pandas dataset: ID Question Code 1 Q01 1 Q01-1 1 Q02 2 Q01 2 Q02 2 Q02-1 2 Q02-1-1 2 Q02-2 I want to remove the rows based on certain hierarchical conditions between the values of ...
rayyar's user avatar
  • 131
-1 votes
1 answer
77 views

I have a DataFrame in R with the following columns: season: The season of the match (e.g., "2015/2016") stage: The stage or round of the match (e.g., 1 for Round 1) home_team_api_id: The ID ...
Joshua Oehmen's user avatar
-1 votes
1 answer
63 views

I have data in the following format: Location Species Date Count Location1 Species1 01-01-2024 2 Location1 Species1 01-02-2024 4 Location1 Species1 01-03-2024 3 Location1 Species2 01-01-2024 6 ...
basto's user avatar
  • 35
0 votes
2 answers
2k views

I’m working in Power Query and trying to create a Custom Column that mimics the following Excel formula, im struggling with mcode: =IF(A2 > 0, IF(A2 = A1, 0, A2), A2) The goal is: If the current ...
Wyatt's user avatar
  • 9
0 votes
1 answer
56 views

Errors: Expected to find a right parenthesis <')'>, but a keyword <'then'> was found instead Power Query Editor I'm trying to find a solution for inserting a new column in Power Query ...
Ben Joshua's user avatar
1 vote
1 answer
121 views

I need help formatting my data as shown in the image below. These are only 3 columns, I have so many of these. How can I format this. Current State Desired State For a context, my dataset has 2100 ...
Saad's user avatar
  • 13
-1 votes
1 answer
330 views

Inconsistent Values in Cells I'm working with a dataset where multiple values in a cell are tagged under categories like Location, Host, Guest, and Bucket, and separated by line breaks. I need to ...
Saad's user avatar
  • 3
0 votes
1 answer
115 views

I need to change the x-axis of my ggplot figure to a cuberoot scale, without transforming the raw data. My code below had been working but with the new R update, I am getting the error, Error in if (...
Cat's user avatar
  • 1
0 votes
0 answers
80 views

I have a DateTime value called "Hour". It represents each hour (rounded) of the day. Due to other transformations I want to apply, I need to change the field's type to Text. However, when I ...
Matthys Du Toit's user avatar
0 votes
2 answers
48 views

I have a column of datapoints for daily measurements in my DF. I would like to add a new column to said DF that tells me the increase or decrease of this measurement in comparison to yesterday's. ...
Der Gerät's user avatar
0 votes
1 answer
50 views

Trying to convert time format 0:00:00 to seconds (integer), to use as a derive column in SSIS. I've tried (DT_I4)TOKEN(column,":",1) * 60 + (DT_I4)TOKEN(column,":",2), but it is ...
Dont_know's user avatar

15 30 50 per page
1
2 3 4 5
21