I have a stream of doc/docx documents that I need to get the word count of. The procedure so far is to manually open the document and write down the word count
I am completely new to Azure and I have a function which is triggered by a service bus queue, the message is a JSON string. Now I want to check if after 3 minut
I have a pandas series of m*n elements of the following form where m=5 and n=3 : A: [1 1 1 1 1 0 1 1 0 0 0 0 0 1 1] I need a result series as follows : B: [1 0
I'm quite new to data analysis (and Python in general), and I'm currently a bit stuck in my project. For my NLP-task I need to create training data, i.e. find s
I have three JSON files with the same timestamp but different values to upload to the Druid. I want to upload them separately with the same segment granularity.
When someone signs up they receive an email with a link they need to click to verify their email. The email comes from [email protected] So far all clients re
Sorry if I'm re-asking a previous question but I can't quite find a concrete answer to this question. How can I make a formula for nested for loop iterations be