Skip to content
Prev 377987 / 398502 Next

Accessing Data Frame

You would be better served to reference SQL semantics (relational identity) than Network database semantics (object identifiers) for understanding data frames. The row in `aCard` is not the same as the row in `deck`, and you should not construct your algorithms based on individual rows but rather as sets of rows.
On January 3, 2019 9:15:41 AM PST, Benoit Galarneau <benoit.galarneau at polymtl.ca> wrote: