Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

subset

Subsetting data.table using variables with same name as column

January 9, 2024 by Tarik
Categories r Tags data.table, r, subset Leave a comment

Subset data.frame by date

December 23, 2023 by Tarik
Categories r Tags date, r, subset Leave a comment

Subset data.table by logical column

December 15, 2023 by Tarik
Categories r Tags data.table, r, subset Leave a comment

R: How to filter/subset a sequence of dates

December 10, 2023 by Tarik
Categories r Tags dplyr, filter, r, subset Leave a comment

Subsetting data.table set by date range in R

December 1, 2023 by Tarik
Categories r Tags data.table, date-range, r, slice, subset Leave a comment

Filtering a data frame on a vector [duplicate]

September 19, 2023 by Tarik
Categories r Tags dataframe, r, subset Leave a comment

Using grep to help subset a data frame

September 19, 2023 by Tarik
Categories r Tags dataframe, r, subset Leave a comment

Subsetting a 2D numpy array

September 19, 2023 by Tarik

You’ve gotten a handful of nice examples of how to do what you want. However, it’s also useful to understand the what’s happening and why things work the way they do. There are a few simple rules that will help you in the future. There’s a big difference between “fancy” indexing (i.e. using a list/sequence) … Read more

Categories python Tags arrays, multidimensional-array, numpy, python, subset Leave a comment

Creating subset of a Set in Java

September 15, 2023 by Tarik

In Guava: Set<Integer> subset = ImmutableSet.copyOf(Iterables.limit(set, 20)); Note that Iterables.limit() is evaluated lazily, so only one extra collection is created.

Categories java Tags java, linkedhashset, set, subset Leave a comment

Understanding .I in data.table in R

September 12, 2023 by Tarik
Categories r Tags data.table, r, subset Leave a comment
Older posts
Page1 Page2 … Page6 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa