Skip to main content
Advice
0 votes
3 replies
43 views

I'm not yet very familiar with the patterns in Lua's string.gsub function. If I have a string like this: Fishing Lure(+100 Fishing Skill)(1 hour) and I want extract only the string "1 hour"...
user3204810's user avatar
2 votes
2 answers
186 views

I have a dataset that originally was a json file which is converted to a data.table with data.table(jsonlite::fromJSON(data)). The resulting data.table is complex with nested data containing not only ...
Steve's user avatar
  • 107
3 votes
4 answers
237 views

I have a dataset where the column to unnest contains data with unequal rows and columns rather than data with equal dimensions. I'm looking for a fast approach to unnest this dataset using data.table. ...
Steve's user avatar
  • 107
1 vote
2 answers
185 views

I'm currently trying to filter a dataset containing audio data on bird species. The data looks like this: head(audiomoth_sample) id park park_abbr am_no sci_name com_name start_s end_s conf date_time ...
Peregrine9991's user avatar
3 votes
3 answers
214 views

Currently I have a dataframe of bear detections that I want to convert into a binary detection history (14 columns of day1, day2, day3, etc. where: actual_date_out = the date the camera was deployed, ...
Jessie Elliott's user avatar
2 votes
4 answers
197 views

I have data where, for each individual, the dates of event are related. Here is an example: id Date 1001 2025-06-20 1002 2025-06-24 1002 2025-06-20 1002 2025-06-19 What I would like to ...
Bambs's user avatar
  • 645
0 votes
0 answers
16 views

I am currently working in a project where multiple databses are available to check for specific conditions of a patient. Specifically, I have a "master" database in wide format, with one row ...
Claudio Laudani's user avatar
0 votes
1 answer
111 views

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

Currently I'm working with a large database using PySpark and stuck with a problem oh how to correctly set row numbers depending on condition My dataframe is: id_company id_client id_loan date c1 ...
lenpyspanacb's user avatar
0 votes
0 answers
52 views

Currently I'm trying to execute some filtering procedures in PySpark (educational purposes). I'm new to PySpark, so decided to ask for a help. My dataframe look like this: ID ApplicationDate ...
lenpyspanacb's user avatar
0 votes
3 answers
244 views

Can anyone please help me with this scenario where I have might have multiple OBJECT_CONSTRUCT nested within an ARRAY_CONSTRUCT. I am not able to update one value of an element within it. I am using ...
tan1987's user avatar
-1 votes
3 answers
144 views

I'm currently in the process of cleaning up a large questionnaire data base. I wanted to know, if in R or pandas, there was a way to graphically change the order of columns. I mostly used RStudio and ...
Shiny_Wil's user avatar
0 votes
2 answers
170 views

Currently I'm making calculations using PySpark and trying to match data from multiple dataframes on a specific conditions. I'm new to PySpark and decided to ask for a help. My first dataframe ...
lenpyspanacb's user avatar
1 vote
1 answer
110 views

Currently, I'm making calculations using PySpark on a dataframe where information on how loans are paid by borrowers is shown. I'm new to PySpark and decided to ask for help while trying to execute ...
lenpyspanacb's user avatar
0 votes
0 answers
78 views

I have a dataframe containing incalculable rows and columns. The df is structured in such that until 6th row and 2nd column, I have string as input and the rest are numbers(floating points). I want to ...
hrith_'s user avatar
  • 1

15 30 50 per page
1
2 3 4 5
263