When using the Python interface for SAS© Viya™ (the SWAT package), it is common to manipulate CASTable objects. While the global display of a table or using the fetch() method to view data is simple, the precise extraction of a single value (a specific cell defined by its row and column) requires a particular syntax.
This article shows you how to target and retrieve a specific piece of data.