python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Split by coma the content of python list embedded in list
I need help in splitting by coma a content of a list that is inside a list, basically I have such data
[['Department of Computer Languages and Computing Sciences, University of Málaga, Málaga, Spain']...
Axton
Votes: 1
Answers: 1
AWS boto iterator returns bytes instead of strings: _csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)
We have a large .csv file on an S3 bucket. We want to read it into a dictionary for processing line by line. botocore.response.StreamingBody provides an iterator that you can get with iter_lines(). Ho...
Stan Ostrovskii
Votes: 0
Answers: 1
Azure Synapse Serverless SQL Pools - how to optimize transformations using notebooks and load tables into ADLSG2
We use Synapse Notebooks to perform data transformations and load the data into fact and dimension tables within our ADLSG2 data lake. We are disappointed with the time it takes to load the transform...
Phil
Votes: 0
Answers: 0
tensorflow 2 use keras.sequence as data generator for training machine learning model with multiprocessing error
I would like to do a test about training a machine learning model on EC2 instance with only CPUs from jupyter notebook.
The code is tensorflow 2.8.
Based on the tf doc, https://www.tensorflow.org/api_...
user3448011
Votes: 0
Answers: 1