Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
1 answer
131 views

I am currently working on creating a code which will be used to generate emails of the employees that are working in the selected organization and after that the code will verify if the emails are ...
Akash Saxena's user avatar
0 votes
0 answers
152 views

I am using the intel IPP function, ippsConvert_32f24s_Sfs (), which converts the 32-bit float data to 24-bit signed char (3 signed character bytes) after scaling the actual data with an arbitrary/...
JOSHY T R's user avatar
-2 votes
1 answer
31 views

I have a problem while making a predictive model, so I'm leaving a question. I'm trying to create a predictive model using machine learning methodologies such as random forest, xgboost, etc. At this ...
최성렬's user avatar
0 votes
1 answer
57 views

I created a program for fetching book details from Google Books API and generate its description using generative AI API. I also added the functionality to save the data in excel but its not working ...
Fahad Khan's user avatar
0 votes
0 answers
38 views

I am getting 15k-20k of json data from frontend and at backend (flask) i am processing data by iterating over each item and checking if record allready there or not if not i am adding that item in DB ...
Vikash Mishra's user avatar
1 vote
0 answers
47 views

Check out how to subscribe to the expiring message in redis and trigger a code to load the message to mongo provided the connection settings for your Redis instance, including the host, port, password,...
Surya RE's user avatar
1 vote
1 answer
74 views

I'm working with a dataset in R and I want to create a function that separates values into three categories based on quartiles. Values below the first quartile (Q1) should be labeled "Low ...
Patrik da Silva Vital's user avatar
0 votes
0 answers
89 views

I am seeking for suggestions of the date data handling. I have the following data in the date column from an excel file, it could be string, or date in different format. I wonder what's the best way ...
DataRookie's user avatar
1 vote
0 answers
137 views

I'm building an app to communicate the mobile device with the external device over Bluetooth classic. I'm using the flutter_bluetooth_serial package. I'm able to connect to the device and also I'm ...
Microcad's user avatar
0 votes
1 answer
67 views

I am trying to do a full join on two datasets where the merge by columns differ in their values and I am trying to merge data based on the closest lower value. Example dataset 1 Example dataset 2 ...
Rana's user avatar
  • 27
-1 votes
1 answer
42 views

i need the below array format data in nodejs serverless Dynamodb i need my output like the below json format how to i get it the format "user": { "e8de014a-22c1-12bf-4653-577c8031138&...
Deva's user avatar
  • 3
0 votes
2 answers
60 views

I have a dataset where multiple raters rate multiple subjects. I'd like to rearrange the data that looks like this: data <- data.frame(rater=c("A", "B", "C", "A&...
Linus's user avatar
  • 343
1 vote
0 answers
352 views

I am using .where() function to select time and certain criteria in xarray dataset. import numpy as np import xarray as xr ds1 = xr.open_dataset('COD.nc') ds2 = xr.open_dataset('CDNC.nc') ds3 = xr....
hbkumar's user avatar
  • 65
-1 votes
1 answer
67 views

we have array A that has N len(N = the len of the array) I have to found the numbers of pairs (J, I) that work on the following statement: A[J]+A[I} == A[J] * A[I] 1<=i, j<=N (1 ≤ N ≤ 40000) (0 ...
Mosaab Barghouthy's user avatar
1 vote
0 answers
68 views

I have a set of files for different temperatures and have been having issues with how to store the data I need in NumPy arrays. Let's say I have a range of temperatures temperatures = [8,10,12,...] ...
valit's user avatar
  • 41

15 30 50 per page
1
2 3 4 5