I would like to get the number of partitions within a topic but the API is difficult to understand at best. I found the following, but, the topic information do
I am trying to get a daily count of distinct IDs in the last trailing 30 days. The output should look like this: DATE Count(Distinct ID) Trailing Last 30
I am making some python unit tests over classes which import C# with pythonnet, but mocks of those imported elements do not pass isinstance() tests. Code under
Using the following code: class Test { public static void main(String [] args) { LocalDate date = LocalDate.of(2018, 11, 4); LocalTime time
I would like to know if I can somehow compile c++ code in visual studio express 2010 with a 2019/2022 compiler. I only want to use express 2010 as an editor. I
After the last update of Mailster (email marketing plugin for wordpress), they have changed the way they store the information about opens, clicks, unsubscribes
I'm using pyarrow(0.12.1) to read in parquet objects from s3 Here is the code I'm using: s3 = s3fs.S3FileSystem() base_pya_dataset = ParquetDataset('s3://buck
I have a problem I have two arrays let's say arr1=[3, 1 ,6 ,2 ,5 ,8 ,4 ,7 ,9 ,10] and arr2=[9 ,6 ,5, 8, 4, 7, 3 ,1 ,2 ,10] the problem is I want to count how ma