Search code examples
Select top n elements from list of lists in Python...


pythonpython-3.xlistloopsnested-lists

Read More
How to round every float in a nested list of tuples...


pythoncoordinatesroundingnested-lists

Read More
How to round floats in a nested list to 2 decimal places?...


pythoncoordinatesroundingnested-lists

Read More
How to branch recursion into returning only a list of lists...


pythonpython-3.xlistrecursionnested-lists

Read More
Compare list items with a list of pairs, and output matching pairs...


pythonpython-3.xlistcsvnested-lists

Read More
Make dataframe from list of lists but each element a column...


rlistdataframenested-lists

Read More
How to count frequencies from a nested list that is a column in a df?...


pythonpandaslistnested-lists

Read More
python appending to nested list with loop...


pythonloopsnested-lists

Read More
Comparing multidimensional lists and return the intersected index...


pythonpython-3.xmachine-learningdata-miningnested-lists

Read More
How to remove entries from a nested list that are shorter than a given length...


pythonstringlistfilteringnested-lists

Read More
Generate the initial game board of a Candy-Crush-like game...


pythonalgorithmnumpymatrixnested-lists

Read More
How to use statistics on a specific portion of a list of lists...


pythonpython-3.xlistmathnested-lists

Read More
Convert values from a dictionary to a matrix...


pythonlistdictionarymatrixnested-lists

Read More
Python find max in list of lists and elements with undefined number of integers and floats...


pythonpandaslistnumpynested-lists

Read More
How to find a char in a list of lists?...


pythonpython-3.xlistfor-loopnested-lists

Read More
Expand list with identical elements...


pythonlistsortinglist-comprehensionnested-lists

Read More
Haskell recursively adding data elements to matrix from string matrix with indiсes...


haskellrecursionmatrixnested-lists

Read More
Python: adding to list of lists both out and in a for loop...


pythonlistfor-looprandomnested-lists

Read More
Convert "datetime.date(2019, 3, 21)" to "2019/03/21"...


pythonpython-3.xlistdatetimenested-lists

Read More
First list is missing in nested list code...


pythonpython-3.xlistwhile-loopnested-lists

Read More
How to iterate through a list of dictionaries, take the value of a condition and add it to a new lis...


pythonpython-3.xlistdictionarynested-lists

Read More
How to split words in-place, within a nested list...


pythonreplacenested-lists

Read More
Manipulating nested lists in R...


rlapplynested-lists

Read More
Getting the first and last elements in a JSON list and finding the time difference...


pythonjsonpython-3.xpython-requestsnested-lists

Read More
Subsetting columns within complex data frames within multiple nested lists in R...


rdataframesubsetnested-lists

Read More
Python built-in sum for nested list...


pythonlistsumnested-listsbuilt-in

Read More
Boost::Multi-index for nested lists...


boostnested-listsmulti-indexboost-multi-index

Read More
How to change this code to check if the input word will intersect with another word(crossword)?...


pythonpython-3.xalgorithmlistnested-lists

Read More
How can I load a SharePoint list into a tibble in R?...


rjsondataframedplyrnested-lists

Read More
How to find index of a given value in a nested list in Python?...


pythonlistloopsnested-liststraversal

Read More
BackNext