How to print summary data printing upto 7 decimal places?

You can use the round_to argument to az.summary() to control the number of decimal places returned. Set it to "none" if you want the raw values. Doc page is here.

[edited to reflect @OriolAbril 's feedback below]